From a8feef7e8823ec46192d950bf493de6a865e893e Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 20 Aug 2023 14:46:51 -0500 Subject: [PATCH] Fix using in CalendarController --- src/Radarr.Api.V3/Calendar/CalendarController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Radarr.Api.V3/Calendar/CalendarController.cs b/src/Radarr.Api.V3/Calendar/CalendarController.cs index 6a7f778ae..580f52183 100644 --- a/src/Radarr.Api.V3/Calendar/CalendarController.cs +++ b/src/Radarr.Api.V3/Calendar/CalendarController.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Resources; using Microsoft.AspNetCore.Mvc; using NzbDrone.Common.Extensions; using NzbDrone.Core.Configuration;