mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00:00
Fixed: Removed warning that TorrentBlackhole doesn't support magnet
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
2f7e68ed06
commit
67fbc3c8b1
1 changed files with 0 additions and 3 deletions
|
@ -82,9 +82,6 @@ protected override string AddFromTorrentFile(RemoteAlbum remoteAlbum, string has
|
||||||
|
|
||||||
public override string Name => "Torrent Blackhole";
|
public override string Name => "Torrent Blackhole";
|
||||||
|
|
||||||
public override ProviderMessage Message => new ProviderMessage("Magnet links are not supported.", ProviderMessageType.Warning);
|
|
||||||
|
|
||||||
|
|
||||||
public override IEnumerable<DownloadClientItem> GetItems()
|
public override IEnumerable<DownloadClientItem> GetItems()
|
||||||
{
|
{
|
||||||
foreach (var item in _scanWatchFolder.GetItems(Settings.WatchFolder, ScanGracePeriod))
|
foreach (var item in _scanWatchFolder.GetItems(Settings.WatchFolder, ScanGracePeriod))
|
||||||
|
|
Loading…
Reference in a new issue