mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 21:14:33 +01:00
Fix indentation
This commit is contained in:
parent
8e498b01e7
commit
611c20dba8
1 changed files with 3 additions and 3 deletions
|
|
@ -92,9 +92,9 @@ namespace Emby.Server.Implementations.Library.Validators
|
|||
_libraryManager.DeleteItem(
|
||||
item,
|
||||
new DeleteOptions
|
||||
{
|
||||
DeleteFileLocation = false
|
||||
},
|
||||
{
|
||||
DeleteFileLocation = false
|
||||
},
|
||||
false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue