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

Fixed: Typo in TMDB Settings.

Fixes 
pull/2/head
Leonardo Galli 7 years ago
parent e22141e2ed
commit 8b3a71a537

@ -81,7 +81,7 @@ namespace NzbDrone.Core.NetImport.TMDb
[FieldDefinition(4, Label = "Minimum Number of Votes", HelpText = "Filter movies by number of votes")]
public string MinVotes { get; set; }
[FieldDefinition(5, Label = "Ceritification", HelpText = "Filter movies by a single ceritification (NR,G,PG,PG-13,R,NC-17)")]
[FieldDefinition(5, Label = "Certification", HelpText = "Filter movies by a single ceritification (NR,G,PG,PG-13,R,NC-17)")]
public string Ceritification { get; set; }
[FieldDefinition(6, Label = "Include Genre Ids", HelpText = "Filter movies by TMDb Genre Ids (Comma Separated)")]

Loading…
Cancel
Save