mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
extract classes
This commit is contained in:
@@ -6,11 +6,4 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
public const string MP4 = "mp4";
|
||||
public const string MKV = "mkv";
|
||||
}
|
||||
|
||||
public enum MediaProtocol
|
||||
{
|
||||
File = 0,
|
||||
Http = 1,
|
||||
Rtmp = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user