mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Update exception handle comment
This commit is contained in:
@@ -43,7 +43,8 @@ namespace MediaBrowser.Common.Json.Converters
|
|||||||
}
|
}
|
||||||
catch (FormatException)
|
catch (FormatException)
|
||||||
{
|
{
|
||||||
// TODO log when upgraded to .Net5
|
// TODO log when upgraded to .Net6
|
||||||
|
// https://github.com/dotnet/runtime/issues/42975
|
||||||
// _logger.LogWarning(e, "Error converting value.");
|
// _logger.LogWarning(e, "Error converting value.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,8 @@ namespace MediaBrowser.Common.Json.Converters
|
|||||||
}
|
}
|
||||||
catch (FormatException)
|
catch (FormatException)
|
||||||
{
|
{
|
||||||
// TODO log when upgraded to .Net5
|
// TODO log when upgraded to .Net6
|
||||||
|
// https://github.com/dotnet/runtime/issues/42975
|
||||||
// _logger.LogWarning(e, "Error converting value.");
|
// _logger.LogWarning(e, "Error converting value.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user