mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: Store and use original Series language
This commit is contained in:
@@ -84,7 +84,8 @@ namespace NzbDrone.Core.CustomFormats
|
||||
ExtraInfo = new Dictionary<string, object>
|
||||
{
|
||||
{ "Size", episodeFile.Size },
|
||||
{ "Filename", Path.GetFileName(episodeFile.RelativePath) }
|
||||
{ "Filename", Path.GetFileName(episodeFile.RelativePath) },
|
||||
{ "OriginalLanguage", episodeFile.Series.Value.OriginalLanguage }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user