Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
2eff0db804
commit
a9d8b53658
|
@ -1083,9 +1083,9 @@ namespace Emby.Server.Implementations
|
||||||
Logger.LogDebug("Deleting {Path}", versions[x].Path);
|
Logger.LogDebug("Deleting {Path}", versions[x].Path);
|
||||||
Directory.Delete(versions[x].Path, true);
|
Directory.Delete(versions[x].Path, true);
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
// Ignore errors.
|
Logger.LogWarning(e, "Unable to delete {Path}", versions[x].Path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user