Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/d68ad98176fb1c39eae49ef3f3d399b2e5b88c36 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: UsenetBlackhole not importing since latest develop.

pull/1196/head
Taloth Saldono 9 years ago
parent eb70a6419c
commit d68ad98176

@ -103,7 +103,7 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
var oldWatchItem = lastWatchItems.GetValueOrDefault(newWatchItem.DownloadId);
if (PreCheckWatchItemExpiry(oldWatchItem, newWatchItem))
if (PreCheckWatchItemExpiry(newWatchItem, oldWatchItem))
{
newWatchItem.TotalSize = _diskProvider.GetFileSize(videoFile);
newWatchItem.Hash = GetHash(videoFile);

Loading…
Cancel
Save