Fix indentation

This commit is contained in:
Cody Robibero 2021-09-03 06:57:33 -06:00
parent 8e498b01e7
commit 611c20dba8

View file

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