mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Add GPL modules
This commit is contained in:
9
MediaBrowser.Model/Dlna/CodecType.cs
Normal file
9
MediaBrowser.Model/Dlna/CodecType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum CodecType
|
||||
{
|
||||
Video = 0,
|
||||
VideoAudio = 1,
|
||||
Audio = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user