mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
add library to front page
This commit is contained in:
@@ -38,6 +38,13 @@ namespace MediaBrowser.Controller.Session
|
||||
/// Occurs when [session ended].
|
||||
/// </summary>
|
||||
event EventHandler<SessionEventArgs> SessionEnded;
|
||||
|
||||
event EventHandler<SessionEventArgs> SessionActivity;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [capabilities changed].
|
||||
/// </summary>
|
||||
event EventHandler<SessionEventArgs> CapabilitiesChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the sessions.
|
||||
|
||||
Reference in New Issue
Block a user