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
de37e37986
commit
96b6d5c045
@ -241,7 +241,7 @@ namespace Jellyfin.Plugin.NextPVR
|
||||
|
||||
if (error == null || error == true)
|
||||
{
|
||||
_logger.LogError(string.Format("[NextPVR] Failed to cancel the recording for recordingId: {0}", timerId));
|
||||
_logger.LogError("[NextPVR] Failed to cancel the recording for recordingId: {0}", timerId);
|
||||
throw new Exception(string.Format("Failed to cancel the recording for recordingId: {0}", timerId));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user