initial
This commit is contained in:
parent
e7848b70fe
commit
14b853ae34
4 changed files with 104 additions and 0 deletions
6
stat.py
Normal file
6
stat.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import common as cm
|
||||
|
||||
playlists = cm.getData('playlists')
|
||||
|
||||
for pl in playlists:
|
||||
print(pl['name'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue