mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
rework server sync
This commit is contained in:
@@ -21,6 +21,9 @@ namespace MediaBrowser.Model.Session
|
||||
public DeviceProfile DeviceProfile { get; set; }
|
||||
public List<string> SupportedLiveMediaTypes { get; set; }
|
||||
|
||||
public string AppUrl { get; set; }
|
||||
public string AppImageUrl { get; set; }
|
||||
|
||||
public ClientCapabilities()
|
||||
{
|
||||
PlayableMediaTypes = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user