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

Fixed: Missing Episode Search command wasn't stored properly in the db causing it to search for all series, instead of one.

pull/663/merge
Taloth Saldono 10 years ago
parent d637ee1a2d
commit 4060a24eec

@ -4,7 +4,7 @@ namespace NzbDrone.Core.IndexerSearch
{
public class MissingEpisodeSearchCommand : Command
{
public int? SeriesId { get; private set; }
public int? SeriesId { get; set; }
public override bool SendUpdatesToClient
{

Loading…
Cancel
Save