mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 23:07:01 +01:00
8 lines
164 B
C#
8 lines
164 B
C#
namespace MediaBrowser.Model.MediaInfo
|
|
{
|
|
public class Container
|
|
{
|
|
public const string MP4 = "mp4";
|
|
public const string MKV = "mkv";
|
|
}
|
|
}
|