mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added a shutdown api method, font size fix and other decouplings
This commit is contained in:
@@ -22,5 +22,11 @@ namespace MediaBrowser.Common.Net
|
||||
/// Occurs when [web socket connected].
|
||||
/// </summary>
|
||||
event EventHandler<WebSocketConnectEventArgs> WebSocketConnected;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the port.
|
||||
/// </summary>
|
||||
/// <value>The port.</value>
|
||||
int Port { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user