mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Use better exception logging
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
e8d1ee0934
commit
475fa36ea3
@ -189,7 +189,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogWarning("TagLib-Sharp does not support this audio: {Exception}", e);
|
||||
_logger.LogWarning(e, "TagLib-Sharp does not support this audio");
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user