mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-30 21:51:37 +00:00

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.