[PR #9770] Fix playlists library and migration #12217

Closed
opened 2026-02-07 06:52:04 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9770

State: closed
Merged: Yes


Here we go again. One last time hopefully.

Changes

  • Remove custom annotations for 401 and 403 responses on PlaylistsController - They are added automatically
  • Playlists library display is now dependant on if any user or global playlist exists, before it required at least one user playlist
  • TotalRecordCount response from the ItemsController is now based off the accessible items (might have only been a problem for playlists)
  • Only update user playlists files in the FixPlaylistOwner migration

Fixes #9569

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9770 **State:** closed **Merged:** Yes --- Here we go again. One last time hopefully. **Changes** * Remove custom annotations for `401` and `403` responses on `PlaylistsController` - They are added automatically * `Playlists` library display is now dependant on if any user or global playlist exists, before it required at least one user playlist * `TotalRecordCount` response from the `ItemsController` is now based off the accessible items (might have only been a problem for playlists) * Only update user playlists files in the `FixPlaylistOwner` migration Fixes #9569
OVERLORD added the pull-request label 2026-02-07 06:52:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12217