Fix unit test

Former-commit-id: ac6b203f39
This commit is contained in:
Malte Rosenbjerg 2020-05-24 19:17:21 +02:00
parent 17c9db52dd
commit 2435b5aa8b

View file

@ -18,7 +18,7 @@ public static string Extension(this Codec type)
}
public static readonly string Mp4 = ".mp4";
public static readonly string Mp3 = ".mp3";
public static readonly string Ts = ".mpegts";
public static readonly string Ts = ".ts";
public static readonly string Ogv = ".ogv";
public static readonly string Png = ".png";
public static readonly string WebM = ".webm";