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

Marked as obsolete

pull/591/head
Jim MacKenzie 9 years ago
parent 83050edf68
commit b8c488ce3d

@ -58,7 +58,7 @@ namespace PlexRequests.Core.SettingModels
public bool Wizard { get; set; }
public bool DisableTvRequestsByEpisode { get; set; }
public bool DisableTvRequestsBySeason { get; set; }
//To Remove at some point?
[Obsolete("Moved to NewsLetterSettings")]
public bool SendRecentlyAddedEmail { get; set; }
public string CustomDonationUrl { get; set; }
public bool EnableCustomDonationUrl { get; set; }

Loading…
Cancel
Save