mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -3,6 +3,7 @@ namespace MediaBrowser.Controller.Library
|
||||
public class DeleteOptions
|
||||
{
|
||||
public bool DeleteFileLocation { get; set; }
|
||||
|
||||
public bool DeleteFromExternalProvider { get; set; }
|
||||
|
||||
public DeleteOptions()
|
||||
|
||||
Reference in New Issue
Block a user