mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Fix exception logging
This commit is contained in:
@@ -278,7 +278,7 @@ namespace MediaBrowser.Api.Subtitles
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error downloading subtitles", ex);
|
||||
Logger.LogError(ex, "Error downloading subtitles");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user