mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 05:42:52 +01:00
fix portable and 3.5 project references
This commit is contained in:
10
MediaBrowser.Model/Dlna/ProfileConditionType.cs
Normal file
10
MediaBrowser.Model/Dlna/ProfileConditionType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum ProfileConditionType
|
||||
{
|
||||
Equals = 0,
|
||||
NotEquals = 1,
|
||||
LessThanEqual = 2,
|
||||
GreaterThanEqual = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user