-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 playlists #12934
Fix playlists #12934
Conversation
ABI Difference |
52dd950 to
e7dd2d3
Compare
|
Is there any estimate on when this bug might be fixed? I work on my playlists daily, and I only noticed the issue after already adding quite a bit to my playlists, which I’d lose if I had to roll back. |
|
After upgrading to 10.10.2, Jellyfin wouldn't come up. I think it's related to this PR. Error below. The music folders are mounted in docker as read only, which may have caused this issue. I fixed by rolling back to 10.10.1, deleting the playlist folder I no longer use, then going back to 10.10.2. [20:07:33] [ERR] [1] Jellyfin.Server.Migrations.MigrationRunner: Could not apply migration 'RemoveDuplicatePlaylistChildren' |
Fix playlists Original-merge: 8bee67f Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
There is for sure a cleaner solution than this one.
Issue: For some reason the
IdofLinkedItemis different every time they are read.Changes
LinkedItem.ItemIdinstead ofLinkedItem.Idsince the latter seems to be non-staticLinkedItem.IdalltogetherIssues
Fixes #12892