mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Include extra tags from existing subtitles when renaming.
This commit is contained in:
parent
014079cf37
commit
85112e7fbd
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ public override IEnumerable<ExtraFile> ProcessFiles(Movie movie, List<string> fi
|
|||
MovieFileId = movie.MovieFileId,
|
||||
RelativePath = movie.Path.GetRelativePath(possibleSubtitleFile),
|
||||
Language = LanguageParser.ParseSubtitleLanguage(possibleSubtitleFile),
|
||||
LanguageTags = LanguageParser.ParseLanguageTags(possibleSubtitleFile).ToList<string>(),
|
||||
Extension = extension
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue