mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
fixes #2904 - disabling transcoding for a user is not working
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Emby.Server.Implementations.Notifications
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error loading notifications database file. Will reset and retry.", ex);
|
||||
Logger.ErrorException("Error loading database file. Will reset and retry.", ex);
|
||||
|
||||
FileSystem.DeleteFile(DbFilePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user