mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Update MediaInfo and tests to 17.10
This commit is contained in:
parent
f8a0a1b656
commit
d6dbd79199
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
|||
info.VideoProfile.Should().Be("Baseline@L2.1");
|
||||
info.VideoCodecLibrary.Should().Be("");
|
||||
info.AudioFormat.Should().Be("AAC");
|
||||
info.AudioCodecID.Should().Be("40");
|
||||
info.AudioCodecID.Should().BeOneOf("40", "mp4a-40-2");
|
||||
info.AudioProfile.Should().Be("LC");
|
||||
info.AudioCodecLibrary.Should().Be("");
|
||||
info.AudioBitrate.Should().Be(128000);
|
||||
|
@ -84,7 +84,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
|
|||
info.VideoProfile.Should().Be("Baseline@L2.1");
|
||||
info.VideoCodecLibrary.Should().Be("");
|
||||
info.AudioFormat.Should().Be("AAC");
|
||||
info.AudioCodecID.Should().Be("40");
|
||||
info.AudioCodecID.Should().BeOneOf("40", "mp4a-40-2");
|
||||
info.AudioProfile.Should().Be("LC");
|
||||
info.AudioCodecLibrary.Should().Be("");
|
||||
info.AudioBitrate.Should().Be(128000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue