mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 11:13:48 +01:00
Fixed: Removed unused references to System.Drawing
This commit is contained in:
parent
e1b0dd00bb
commit
36ab3ecf71
2 changed files with 2 additions and 5 deletions
|
|
@ -9,7 +9,6 @@
|
|||
using NzbDrone.Common.EnvironmentInfo;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Common.Instrumentation;
|
||||
using System.Drawing;
|
||||
|
||||
namespace NzbDrone.Common.Disk
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
using System;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.Http;
|
||||
using System.Drawing;
|
||||
using NLog;
|
||||
|
||||
namespace NzbDrone.Core.MediaCover
|
||||
|
|
@ -36,4 +34,4 @@ public bool AlreadyExists(string url, string path)
|
|||
return fileSize == headers.ContentLength;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue