mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed stuff :)
NzbDrone.Console works again Added empty collection message for Series
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
define(['app', 'Quality/QualityProfileCollection'], function (app, qualityProfileCollection) {
|
||||
|
||||
|
||||
NzbDrone.Series.SeriesModel = Backbone.Model.extend({
|
||||
|
||||
mutators: {
|
||||
@@ -33,8 +31,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
defaults: {
|
||||
episodeFileCount: 0,
|
||||
episodeCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user