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