Shorten 'MPEG-2 Video' to 'MPEG2'.

This commit is contained in:
Chris Allen 2016-11-23 00:07:36 +13:00 committed by Mark McDowall
parent 0a657302f7
commit 740fc9154f
1 changed files with 4 additions and 0 deletions

View File

@ -470,6 +470,10 @@ namespace NzbDrone.Core.Organizer
}
break;
case "MPEG-2 Video":
videoCodec = "MPEG2";
break;
default:
videoCodec = episodeFile.MediaInfo.VideoCodec;
break;