mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 07:36:37 +00:00
fix saving of country code in nfo
This commit is contained in:
@@ -99,7 +99,9 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
"collectionitem",
|
||||
|
||||
"isuserfavorite",
|
||||
"userrating"
|
||||
"userrating",
|
||||
|
||||
"countrycode"
|
||||
|
||||
}.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user