Fixed stuff :)

NzbDrone.Console works again
Added empty collection message for Series
This commit is contained in:
Mark McDowall 2013-02-17 16:46:13 -08:00
commit e2314a7b17
9 changed files with 16 additions and 12 deletions

View file

@ -10,7 +10,6 @@
series: function (action, query) {
NzbDrone.mainRegion.show(new NzbDrone.Series.SeriesCollectionView(this, action, query));
this.setTitle('NzbDrone');
},
notFound: function () {