forked from 0x2620/pandora
typo
This commit is contained in:
parent
a2fe1abcc7
commit
20af61074c
1 changed files with 2 additions and 2 deletions
|
@ -669,8 +669,8 @@ pandora.ui.infoView = function(data) {
|
|||
data.seriesTitle = split[0].trim();
|
||||
data.episodeTitle = split[1].trim();
|
||||
} else if (episode_match) {
|
||||
data.seriesTitle = match[1].trim();
|
||||
data.episodeTitle = match[2].trim();
|
||||
data.seriesTitle = episode_match[1].trim();
|
||||
data.episodeTitle = episode_match[2].trim();
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue