mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update .net core startup
This commit is contained in:
@@ -128,7 +128,11 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
// Don't clutter the log
|
||||
}
|
||||
catch (IOException ex)
|
||||
catch (IOException)
|
||||
{
|
||||
// Don't clutter the log
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error deleting encoded media cache", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user