mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Add upnp configuration
This commit is contained in:
@@ -170,7 +170,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
||||
{
|
||||
File.Delete(file.FullName);
|
||||
}
|
||||
catch (IOException ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Error deleting file {0}", ex, file.FullName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user