aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-04-20 20:20:39 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-04-20 20:48:39 -0400
commitbc4e72b29b7e43242028549df1d2471e65b045bc (patch)
treed3b498e74bef613b3f00934fc0aa417dd8351db5 /Emby.Server.Implementations/Library/LibraryManager.cs
parentf81505969877a9f15794eabd98f0fc8e54ddb17d (diff)
Create ApplicationHost logger correctly
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 7b606c9f4..0b86b2db7 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -3091,7 +3091,7 @@ namespace Emby.Server.Implementations.Library
{
_configurationManager.Configuration.ContentTypes = _configurationManager.Configuration.ContentTypes
.Except(removeList)
- .ToArray();
+ .ToArray();
_configurationManager.SaveConfiguration();
}