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

Merge pull request from geogolem/revertSortingChange

reverting a change made yesterday regarding sorting
geogolem 8 years ago committed by GitHub
commit 6c10d77721

@ -111,9 +111,9 @@ var Collection = PageableCollection.extend({
},
sort : function(options){
if (this.mode == 'server' && this.state.order == '-1'){
this.origSort(options);
}
//if (this.mode == 'server' && this.state.order == '-1' && this.state.sortKey === 'sortTitle'){
// this.origSort(options);
//}
},
save : function() {

Loading…
Cancel
Save