mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update recording deletion
This commit is contained in:
parent
c68900eaad
commit
90002973ef
@ -1664,7 +1664,12 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await _libraryManager.DeleteItem((BaseItem)recording).ConfigureAwait(false);
|
// This is the responsibility of the live tv service
|
||||||
|
await _libraryManager.DeleteItem((BaseItem)recording, new DeleteOptions
|
||||||
|
{
|
||||||
|
DeleteFileLocation = false
|
||||||
|
|
||||||
|
}).ConfigureAwait(false);
|
||||||
|
|
||||||
_lastRecordingRefreshTime = DateTime.MinValue;
|
_lastRecordingRefreshTime = DateTime.MinValue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user