mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue