aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@me.com>2020-08-20 12:50:30 -0400
committerGitHub <noreply@github.com>2020-08-20 12:50:30 -0400
commitac58d07e0e2cf5caa641803f25ad4ecfa997ec51 (patch)
tree00067ebc5a246eb853ef319d073912424cdf3175 /Emby.Server.Implementations/Library/LibraryManager.cs
parent8cbefdd5614736df4ead5adadc2a95deb45aa326 (diff)
parent6292a9e4e91fe98958fb8ab191453c7f713c1c92 (diff)
Merge pull request #3939 from Bond-009/warn24
Make MediaBrowser.MediaEncoding warnings free
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 7b770d940..7ed8f0bbf 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -729,7 +729,7 @@ namespace Emby.Server.Implementations.Library
Directory.CreateDirectory(rootFolderPath);
var rootFolder = GetItemById(GetNewItemId(rootFolderPath, typeof(AggregateFolder))) as AggregateFolder ??
- ((Folder) ResolvePath(_fileSystem.GetDirectoryInfo(rootFolderPath)))
+ ((Folder)ResolvePath(_fileSystem.GetDirectoryInfo(rootFolderPath)))
.DeepCopy<Folder, AggregateFolder>();
// In case program data folder was moved