mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Fix indentation
This commit is contained in:
parent
8e498b01e7
commit
611c20dba8
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user