mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
Removed extra 's' in file
This commit is contained in:
parent
2da23ae230
commit
ca05c15340
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ module.exports = Marionette.Layout.extend({
|
|||
var episodeCell = {};
|
||||
|
||||
if (this.model) {
|
||||
episodeCell.name = 'episodeNumber';s
|
||||
episodeCell.name = 'episodeNumber';
|
||||
episodeCell.label = '#';
|
||||
episodeCell.cell = EpisodeNumberCell;
|
||||
}
|
||||
|
@ -197,4 +197,4 @@ module.exports = Marionette.Layout.extend({
|
|||
|
||||
return seasonNumber + episodeNumber;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue