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

fix: nullable type for jellyfinMediaId(4k) #702

Merged
merged 1 commit into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. fix: nullable type for jellyfinMediaId(4k)

    The jellyfinMediaId(4k) properties were inferred as string | undefined, causing them to be set to
    undefined when assigning null. This prevented the media from being saved correctly to the SQLite
    database, as it doesn't accept undefined values. This resolves the availabilitySync job issue where
    the "play on" button wasn't being removed for all media server types.
    
    fix #668
    Fallenbagel committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e48f998 View commit details
    Browse the repository at this point in the history