mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12028] Fix replace all and respect metadata settings #13068
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/12028
State: closed
Merged: Yes
Metadata fields are not cleared on replace if the newly fetched metadata does not include it.
Additionally, previously set language options for metadata are also replaced which should not be the case.
Changes
Issues
Fixes #5236
Fixes #12015
Fixes #12021
Possibly fixes #11923