mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 23:05:18 -07:00
Fixed: Removed old warning that Torrent Blackhole does not support magnet links
This commit is contained in:
parent
94f8cc9b62
commit
39d0d08ced
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
@ -82,9 +82,6 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue