add per playlist page size

This commit is contained in:
Simon
2025-07-11 20:10:22 +07:00
parent dfd86f8a80
commit ce19693a86
6 changed files with 21 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ class PlaylistSubscription:
if not all_playlists:
return 0
size_limit = self.config["subscriptions"]["channel_size"]
size_limit = self.config["subscriptions"]["playlist_size"]
all_playlist_urls: list[ParsedURLType] = []
for playlist in all_playlists:
all_playlist_urls.append(