mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 10:06:40 +00:00
fix web socket message name for library change
This commit is contained in:
@@ -35,5 +35,10 @@ namespace MediaBrowser.Model.Logging
|
||||
/// Occurs when [logger loaded].
|
||||
/// </summary>
|
||||
event EventHandler LoggerLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// Flushes this instance.
|
||||
/// </summary>
|
||||
void Flush();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user