mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Add GPL modules
This commit is contained in:
14
MediaBrowser.Controller/Library/DeleteOptions.cs
Normal file
14
MediaBrowser.Controller/Library/DeleteOptions.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
public class DeleteOptions
|
||||
{
|
||||
public bool DeleteFileLocation { get; set; }
|
||||
public bool DeleteFromExternalProvider { get; set; }
|
||||
|
||||
public DeleteOptions()
|
||||
{
|
||||
DeleteFromExternalProvider = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user