mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 11:10:24 +01:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Model/Dlna/ProfileConditionType.cs
Normal file
11
MediaBrowser.Model/Dlna/ProfileConditionType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum ProfileConditionType
|
||||
{
|
||||
Equals = 0,
|
||||
NotEquals = 1,
|
||||
LessThanEqual = 2,
|
||||
GreaterThanEqual = 3,
|
||||
EqualsAny = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user