mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 15:59:21 +02: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 == []:
|
if select == []:
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
select = select[0].split('.', 1)
|
select = select[0].split('.', 1)[0]
|
||||||
|
|
||||||
if select == 'Next page':
|
if select == 'Next page':
|
||||||
list_playlists(pg=playlists_next)
|
list_playlists(pg=playlists_next)
|
||||||
|
|
Loading…
Reference in New Issue