mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
support conditions with direct play profiles
This commit is contained in:
@@ -68,13 +68,15 @@ namespace MediaBrowser.Controller.Dlna
|
||||
public class ProfileCondition
|
||||
{
|
||||
public ProfileConditionType Condition { get; set; }
|
||||
public ProfileConditionValue Value { get; set; }
|
||||
public ProfileConditionValue Property { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
|
||||
public enum DlnaProfileType
|
||||
{
|
||||
Audio = 0,
|
||||
Video = 1
|
||||
Video = 1,
|
||||
Photo = 2
|
||||
}
|
||||
|
||||
public enum ProfileConditionType
|
||||
|
||||
Reference in New Issue
Block a user