mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-08 11:22:23 +01:00
added media profiles
This commit is contained in:
@@ -67,5 +67,12 @@ namespace MediaBrowser.Controller.Dlna
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
public HeaderMatchType Match { get; set; }
|
||||
}
|
||||
|
||||
public enum HeaderMatchType
|
||||
{
|
||||
Equals = 0,
|
||||
Substring = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user