mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +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; }
|
||||
|
||||
Reference in New Issue
Block a user