More Calendar!

This commit is contained in:
Mark McDowall 2013-02-24 16:00:17 -08:00
commit ed3a503342
21 changed files with 72 additions and 54 deletions

View file

@ -21,7 +21,9 @@
calendar: function (action, query) {
this.setTitle('Calendar');
NzbDrone.mainRegion.show(new NzbDrone.Calendar.CalendarCollectionView(this, action, query));
var calendarCollection = new NzbDrone.Calendar.CalendarCollection();
calendarCollection.fetch();
NzbDrone.mainRegion.show(new NzbDrone.Calendar.CalendarCollectionView(this, calendarCollection, action, query));
},
notFound: function () {