mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-13 17:53:21 +01:00
re-enable chromecast
This commit is contained in:
@@ -51,14 +51,6 @@ namespace MediaBrowser.Model.Logging
|
||||
/// <param name="paramList">The param list.</param>
|
||||
void FatalException(string message, Exception exception, params object[] paramList);
|
||||
|
||||
/// <summary>
|
||||
/// Logs the specified severity.
|
||||
/// </summary>
|
||||
/// <param name="severity">The severity.</param>
|
||||
/// <param name="message">The message.</param>
|
||||
/// <param name="paramList">The param list.</param>
|
||||
void Log(LogSeverity severity, string message, params object[] paramList);
|
||||
|
||||
/// <summary>
|
||||
/// Logs the exception.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user