1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-06 11:50:56 +02:00
Sonarr/UI/Upcoming/UpcomingModel.js

11 lines
194 B
JavaScript
Raw Normal View History

2013-02-19 23:45:52 -08:00
define(['app'], function (app) {
NzbDrone.Upcoming.UpcomingModel = Backbone.Model.extend({
mutators: {
},
defaults: {
status: 0
}
});
});