This commit is contained in:
IlyaShurupov 2024-07-07 14:23:05 +03:00
parent b2c903a5d7
commit ee40573d9c
4 changed files with 104 additions and 0 deletions

6
stat.py Normal file
View file

@ -0,0 +1,6 @@
import common as cm
playlists = cm.getData('playlists')
for pl in playlists:
print(pl['name'])