[PromoDJ] Fix page size for playlists

pull/9200/head
DmitryScaletta 10 months ago
parent 7e96492ba0
commit 1b3c186424
No known key found for this signature in database
GPG Key ID: 167A65222EDD4C2A

@ -525,8 +525,8 @@ class PromoDJPlaylistIE(PromoDJBaseIE):
if type == 'uenno':
return 15
if type == 'groups':
return 30
return 20
return 20
return 30
def _real_extract(self, url):
match = self._match_valid_url(url)

Loading…
Cancel
Save