[PR #13059] [MERGED] Exclude file system based library playlists from migration #13458

Closed
opened 2026-02-07 07:13:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13059
Author: @Shadowghost
Created: 11/17/2024
Status: Merged
Merged: 11/18/2024
Merged by: @crobibero

Base: release-10.10.zHead: ignore-fs-playlists


📝 Commits (1)

  • 51518b6 Exclude file system based library playlists from migration

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs (+1 -1)
📝 Jellyfin.Server/Migrations/Routines/RemoveDuplicatePlaylistChildren.cs (+1 -0)

📄 Description

We can't update file system sourced playlists because they might be read only.

Changes

  • Exclude file system based library playlists from migration
    • They are OpenAccess and have the default GUID as owner ID

Issues
#13057
#13048


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13059 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.10.z` ← **Head:** `ignore-fs-playlists` --- ### 📝 Commits (1) - [`51518b6`](https://github.com/jellyfin/jellyfin/commit/51518b672af43c5d4fb21195546df31ee855fbf0) Exclude file system based library playlists from migration ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/Routines/RemoveDuplicatePlaylistChildren.cs` (+1 -0) </details> ### 📄 Description We can't update file system sourced playlists because they might be read only. **Changes** * Exclude file system based library playlists from migration * They are `OpenAccess` and have the default GUID as owner ID **Issues** #13057 #13048 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:13:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13458