Explorar o código

Update tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs

Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
Bond-009 %!s(int64=3) %!d(string=hai) anos
pai
achega
f3b51dd77b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs

+ 1 - 0
tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs

@@ -60,6 +60,7 @@ namespace Jellyfin.Model.Tests.Entities
         [InlineData(3840, 1606, false, "4K")]
         [InlineData(3840, 1608, false, "4K")]
         [InlineData(3840, 2160, false, "4K")]
+        [InlineData(7680, 4320, false, "8K")]
         public void GetResolutionText_Valid(int? width, int? height, bool interlaced, string expected)
         {
             var mediaStream = new MediaStream()