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

@@ -5,6 +5,7 @@ export type AppSettingsConfigType = {
channel_size: number | null;
live_channel_size: number | null;
shorts_channel_size: number | null;
playlist_size: number | null;
auto_start: boolean;
extract_flat: boolean;
};