mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 12:33:01 +03:00
Fix exception logging
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MediaBrowser.Providers.TV
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error in DummySeasonProvider", ex);
|
||||
Logger.LogError(ex, "Error in DummySeasonProvider");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user