mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14993] [MERGED] Fix exception when saving user data to NFO files #14212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14993
Author: @theguymadmax
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @crobibero
Base:
master← Head:nfo-watch-data-fix📝 Commits (2)
f414f43Fix NFO user data save during metadata importc5061e5Apply review suggestions📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs(+15 -3)📄 Description
Changes
Fixed an exception caused during metadata import when save watch data to NFO was enabled. The NFO parser now checks if an item has been saved to the database before attempting to save user data.
Issues
Fixes #14534
Fixes #14507
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.