mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
More Calendar!
This commit is contained in:
parent
334d4d1e9b
commit
ed3a503342
21 changed files with 72 additions and 54 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue