mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
define(['app'], function (app) {
|
|
NzbDrone.Calendar.CalendarModel = Backbone.Model.extend({
|
|
mutators: {
|
|
|
|
},
|
|
defaults: {
|
|
status: 0
|
|
}
|
|
});
|
|
});
|