Explorar o código

Fix indentation

Cody Robibero %!s(int64=3) %!d(string=hai) anos
pai
achega
611c20dba8

+ 3 - 3
Emby.Server.Implementations/Library/Validators/StudiosValidator.cs

@@ -92,9 +92,9 @@ namespace Emby.Server.Implementations.Library.Validators
                 _libraryManager.DeleteItem(
                     item,
                     new DeleteOptions
-                {
-                    DeleteFileLocation = false
-                },
+                    {
+                        DeleteFileLocation = false
+                    },
                     false);
             }