Fixed sorting on episode tables

This commit is contained in:
Mark McDowall 2013-07-21 16:46:45 -07:00
parent 3b4a1986c5
commit efbf89fac9
2 changed files with 15 additions and 7 deletions

View file

@ -32,6 +32,11 @@ define(
}
return 0;
},
state: {
sortKey: 'episodeNumber',
order : -1
}
});
});