Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/8c656626d6b763faa18e892a51d57a959dd27a9e?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from Radarr/filterFixMainIndex

i believe these are old code that is not needed since pagination..
pull/990/head
geogolem 8 years ago committed by GitHub
commit 8c656626d6

@ -146,17 +146,17 @@ var Collection = PageableCollection.extend({
'released' : [
"status",
"released",
function(model) { return model.getStatus() == "released"; }
//function(model) { return model.getStatus() == "released"; }
],
'announced' : [
"status",
"announced",
function(model) { return model.getStatus() == "announced"; }
//function(model) { return model.getStatus() == "announced"; }
],
'cinemas' : [
"status",
"inCinemas",
function(model) { return model.getStatus() == "inCinemas"; }
//function(model) { return model.getStatus() == "inCinemas"; }
]
},

Loading…
Cancel
Save