[PR #9559] Fix migration for MusicBrainz #12152

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

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

State: closed
Merged: Yes


Changes
Extracted the read of old XML and write of new XML into separate methods so the using can fire and Dispose/Close the XML file. This prevents the inability to write the updated XML file because the file is still open (would throw on line 61 before)

Issues
Fixes #9558

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9559 **State:** closed **Merged:** Yes --- **Changes** Extracted the read of old XML and write of new XML into separate methods so the `using` can fire and Dispose/Close the XML file. This prevents the inability to write the updated XML file because the file is still open (would throw on line 61 before) **Issues** Fixes #9558
OVERLORD added the pull-request label 2026-02-07 06:50:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12152