[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Load 100 videos at a time instead of 50

Kasper (Jan 10, 2024, 6:00 AM +0100) 22ced343 989292ce

+4 -1
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## Next 4 + - Load 100 videos at a time instead of 50 5 + 3 6 ## 1.5.0 - 2023 Nov 19 4 7 - Add support for all channel URLs. URLs like `/lacunarecs`, `/@lacunarecs`, `/c/lacunarecs`, `/user/lacunarecs` and even `/lacunarecs/playlists` etc work now. 5 8 - Fix some errors not being shown
+1 -1
src/lib/data.ts
··· 15 15 show_archived: false, 16 16 channel_filter: '', 17 17 tag: null, 18 - limit: 50, 18 + limit: 100, 19 19 }) 20 20 21 21 export const videos: Writable<Video[]> = writable([])