|
|
|
@ -360,7 +360,7 @@ namespace NzbDrone.Core.Organizer
|
|
|
|
|
new Dictionary<string, int>(FileNameBuilderTokenEqualityComparer.Instance)
|
|
|
|
|
{
|
|
|
|
|
{ MediaInfoVideoDynamicRangeToken, 5 },
|
|
|
|
|
{ MediaInfoVideoDynamicRangeTypeToken, 10 }
|
|
|
|
|
{ MediaInfoVideoDynamicRangeTypeToken, 11 }
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
private void AddMediaInfoTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, MovieFile movieFile)
|
|
|
|
|