mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Merged branch develop into develop
This commit is contained in:
commit
f36db9f77b
@ -59,6 +59,7 @@ var Collection = PageableCollection.extend({
|
||||
|
||||
origSetSorting : PageableCollection.prototype.setSorting,
|
||||
origAdd : PageableCollection.prototype.add,
|
||||
origSort : PageableCollection.prototype.sort,
|
||||
|
||||
state : {
|
||||
sortKey : 'sortTitle',
|
||||
@ -107,7 +108,9 @@ var Collection = PageableCollection.extend({
|
||||
},
|
||||
|
||||
sort : function(options){
|
||||
//debugger;
|
||||
if (this.mode == 'server' && this.state.order == '-1'){
|
||||
this.origSort(options);
|
||||
}
|
||||
},
|
||||
|
||||
save : function() {
|
||||
|
Loading…
Reference in New Issue
Block a user