From 2d3c3bbb0caf384605930f09cdd70c2e7da22d41 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 19 Dec 2015 17:49:54 -0800 Subject: [PATCH] Changed torrent blackhole message --- .../Download/Clients/TorrentBlackhole/TorrentBlackhole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/TorrentBlackhole/TorrentBlackhole.cs b/src/NzbDrone.Core/Download/Clients/TorrentBlackhole/TorrentBlackhole.cs index 9eb47f982..c0a36caa9 100644 --- a/src/NzbDrone.Core/Download/Clients/TorrentBlackhole/TorrentBlackhole.cs +++ b/src/NzbDrone.Core/Download/Clients/TorrentBlackhole/TorrentBlackhole.cs @@ -68,7 +68,7 @@ public override ProviderMessage Message { get { - return new ProviderMessage("Sonarr will move files from the Watch folder, it will not hardlink or copy", ProviderMessageType.Warning); + return new ProviderMessage("Magnet links are not supported.", ProviderMessageType.Warning); } }