mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
update recording deletion process
This commit is contained in:
@@ -1980,5 +1980,10 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
return new[] { Id };
|
||||
}
|
||||
|
||||
public virtual Task Delete(DeleteOptions options)
|
||||
{
|
||||
return LibraryManager.DeleteItem(this, options);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user