Update Jellyfin.Plugin.NextPVR/LiveTvService.cs

Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
Cody Robibero 2020-11-30 09:28:27 -07:00 committed by GitHub
parent de37e37986
commit 96b6d5c045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));
}