mirror of https://github.com/lidarr/Lidarr
Changed torrent blackhole message
This commit is contained in:
parent
15cefe4a43
commit
2d3c3bbb0c
|
@ -68,7 +68,7 @@ namespace NzbDrone.Core.Download.Clients.TorrentBlackhole
|
||||||
{
|
{
|
||||||
get
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue