diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-22 01:54:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-22 01:54:57 -0400 |
| commit | 2d29d903be8af52a953bf847e1f6b168fbb236cc (patch) | |
| tree | 9b67efb87bb011c69115790441f11ed97cb9cad2 /Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs | |
| parent | e5f340d6b7c914428e6b68ec1bbfeb9e27234b32 (diff) | |
fixes #2904 - disabling transcoding for a user is not working
Diffstat (limited to 'Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs index ff152c9e9..f3a8a18ee 100644 --- a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs +++ b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs @@ -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); |
