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:
@@ -148,7 +148,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError("Error downloading subtitles for {0}", ex, video.Path);
|
||||
_logger.LogError(ex, "Error downloading subtitles for {Path}", video.Path);
|
||||
}
|
||||
|
||||
// Update progress
|
||||
|
||||
Reference in New Issue
Block a user