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
8bfd59d0ac
commit
de37e37986
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user