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:19 -07:00 committed by GitHub
parent 8bfd59d0ac
commit de37e37986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ namespace Jellyfin.Plugin.NextPVR
if (error == null || error == true)
{
_logger.LogError(string.Format("[NextPVR] Failed to delete the recording for recordingId: {0}", recordingId));
_logger.LogError("[NextPVR] Failed to delete the recording for recordingId: {0}", recordingId);
throw new Exception(string.Format("Failed to delete the recording for recordingId: {0}", recordingId));
}