mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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 = {};
|
var episodeCell = {};
|
||||||
|
|
||||||
if (this.model) {
|
if (this.model) {
|
||||||
episodeCell.name = 'episodeNumber';s
|
episodeCell.name = 'episodeNumber';
|
||||||
episodeCell.label = '#';
|
episodeCell.label = '#';
|
||||||
episodeCell.cell = EpisodeNumberCell;
|
episodeCell.cell = EpisodeNumberCell;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue