mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
update recording delete
This commit is contained in:
@@ -113,7 +113,7 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
|
||||
public override bool CanDelete()
|
||||
{
|
||||
return Status == RecordingStatus.Completed;
|
||||
return Status == RecordingStatus.Completed || Status == RecordingStatus.New;
|
||||
}
|
||||
|
||||
public override bool IsAuthorizedToDelete(User user)
|
||||
|
||||
Reference in New Issue
Block a user