mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02: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