mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
add search methods to remote metadata providers
This commit is contained in:
8
MediaBrowser.Controller/Library/DeleteOptions.cs
Normal file
8
MediaBrowser.Controller/Library/DeleteOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
public class DeleteOptions
|
||||
{
|
||||
public bool DeleteFileLocation { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user