mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Missing uses EpisodeResource now
This commit is contained in:
parent
9d5cb6f3e0
commit
0da2047ca5
8 changed files with 13 additions and 41 deletions
|
@ -3,7 +3,12 @@ define(['app'], function () {
|
|||
NzbDrone.Series.EpisodeModel = Backbone.Model.extend({
|
||||
|
||||
mutators: {
|
||||
|
||||
bestDateString : function () {
|
||||
return bestDateString(this.get('airDate'));
|
||||
},
|
||||
paddedEpisodeNumber: function () {
|
||||
return this.get('episodeNumber');
|
||||
}
|
||||
},
|
||||
|
||||
defaults: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue