mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-12 09:01:52 +05:30
1595eaeb74
The index was set to index - 1, causing the first video to be shifted in fetch_playlist_videos (because of its index being -1 lower than it should) and thus not displayed on playlist page.