mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 15:13:12 +00:00
fix playlist selector
This commit is contained in:
parent
06b2ebacd1
commit
27e697b9c1
|
@ -26,7 +26,7 @@ def list_playlists(pg=None, search=None):
|
|||
if select == []:
|
||||
return
|
||||
else:
|
||||
select = select[0].split('.', 1)
|
||||
select = select[0].split('.', 1)[0]
|
||||
|
||||
if select == 'Next page':
|
||||
list_playlists(pg=playlists_next)
|
||||
|
|
Loading…
Reference in a new issue