mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-18 16:27:52 +05:30
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.