mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Removed extra 's' in file
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user