Fixed episode details, manual download will show check on success

This commit is contained in:
Mark McDowall 2013-07-16 23:41:40 -07:00
commit 0c12183b93
3 changed files with 15 additions and 8 deletions

View file

@ -12,7 +12,7 @@ define(
}
else {
return '{0}x{1}'.format(this.seasonNumber, this.episodeNumber.pad(2));
return '{0}x{1}'.format(this.seasonNumber, FormatHelpers.pad(this.episodeNumber, 2));
}
});