mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
Update Jellyfin.Plugin.NextPVR/LiveTvService.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
parent
96b6d5c045
commit
95105d98f0
@ -361,7 +361,7 @@ namespace Jellyfin.Plugin.NextPVR
|
||||
bool? error = new CancelDeleteRecordingResponse().RecordingError(stream, _jsonSerializer, _logger);
|
||||
if (error == null || error == true)
|
||||
{
|
||||
_logger.LogError(string.Format("[NextPVR] Failed to create or update the timer with Recurring ID: {0}", info.Id));
|
||||
_logger.LogError("[NextPVR] Failed to create or update the timer with Recurring ID: {0}", info.Id);
|
||||
throw new Exception(string.Format("Failed to create or update the timer with Recurring ID: {0}", info.Id));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user