mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Model/Channels/ChannelMediaType.cs
Normal file
11
MediaBrowser.Model/Channels/ChannelMediaType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.Channels
|
||||
{
|
||||
public enum ChannelMediaType
|
||||
{
|
||||
Audio = 0,
|
||||
|
||||
Video = 1,
|
||||
|
||||
Photo = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user