mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
add new subtitle preferences
This commit is contained in:
@@ -27,14 +27,6 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
Sockets = new List<IWebSocketConnection>();
|
||||
}
|
||||
|
||||
public bool SupportsMediaRemoteControl
|
||||
{
|
||||
get
|
||||
{
|
||||
return Sockets.Any(i => i.State == WebSocketState.Open);
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsSessionActive
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user