mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2025-07-10 19:54:14 +00:00
Channels parametrs, fix artist playing
This commit is contained in:
parent
3ea5a1fcb9
commit
b945793689
4 changed files with 19 additions and 9 deletions
|
@ -35,7 +35,7 @@ def list_artists(pg=None, search=None):
|
|||
|
||||
|
||||
def play_artist(artist_id):
|
||||
tracks = get_tracks(artist=artist_id)
|
||||
tracks = get_tracks(artist=artist_id, include_channels=True)
|
||||
tracks_results = tracks.get('results')
|
||||
storage = {}
|
||||
for i in tracks_results:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue