mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-13 09:56:01 +00:00
6 lines
No EOL
244 B
JavaScript
6 lines
No EOL
244 B
JavaScript
define(['app', 'Calendar/CalendarModel'], function () {
|
|
NzbDrone.Calendar.CalendarCollection = Backbone.Collection.extend({
|
|
url: NzbDrone.Constants.ApiRoot + '/calendar',
|
|
model: NzbDrone.Calendar.CalendarModel
|
|
});
|
|
}); |