mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
implement modular media sources
This commit is contained in:
@@ -26,6 +26,11 @@ namespace MediaBrowser.Model.Dto
|
||||
public bool SupportsDirectStream { get; set; }
|
||||
public bool SupportsDirectPlay { get; set; }
|
||||
|
||||
public bool RequiresOpening { get; set; }
|
||||
public string OpenKey { get; set; }
|
||||
public bool RequiresClosing { get; set; }
|
||||
public string CloseKey { get; set; }
|
||||
|
||||
public VideoType? VideoType { get; set; }
|
||||
|
||||
public IsoType? IsoType { get; set; }
|
||||
|
||||
@@ -4,6 +4,6 @@ namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
Default = 0,
|
||||
Grouping = 1,
|
||||
Cache = 2
|
||||
Placeholder = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user