mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 03:00:35 +02:00
Shorten 'MPEG-2 Video' to 'MPEG2'.
This commit is contained in:
parent
0a657302f7
commit
740fc9154f
1 changed files with 4 additions and 0 deletions
|
|
@ -470,6 +470,10 @@ private void AddMediaInfoTokens(Dictionary<string, Func<TokenMatch, string>> tok
|
|||
}
|
||||
break;
|
||||
|
||||
case "MPEG-2 Video":
|
||||
videoCodec = "MPEG2";
|
||||
break;
|
||||
|
||||
default:
|
||||
videoCodec = episodeFile.MediaInfo.VideoCodec;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue