From 96b6d5c045e45afb2bc6c00f58b5a62075e2990c Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Mon, 30 Nov 2020 09:28:27 -0700 Subject: [PATCH] Update Jellyfin.Plugin.NextPVR/LiveTvService.cs Co-authored-by: BaronGreenback --- Jellyfin.Plugin.NextPVR/LiveTvService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.NextPVR/LiveTvService.cs b/Jellyfin.Plugin.NextPVR/LiveTvService.cs index 44b7a01..835198d 100644 --- a/Jellyfin.Plugin.NextPVR/LiveTvService.cs +++ b/Jellyfin.Plugin.NextPVR/LiveTvService.cs @@ -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)); }