Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Fix out of bound error on empty playlists #4696

Merged
merged 1 commit into from
Jul 21, 2024

Commits on May 14, 2024

  1. API: Check if playlist has any videos on it.

    Invidious assumes that every playlist will have at least one video
    because it needs to check for the `index` key. So if there is no videos
    on a playlist, there is no `index` key and Invidious throws
    `Index out of bounds`
    Fijxu committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e0d0dbd View commit details
    Browse the repository at this point in the history