1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-30 17:43:59 +02:00

fix 5f03093b38, add missing namespace

This commit is contained in:
flb 2024-02-09 19:20:17 +01:00
parent 5f03093b38
commit 2b1838517c

View File

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text.RegularExpressions;
using Newtonsoft.Json;
using NLog;
using NzbDrone.Common.Cloud;