Added tests for RootFolderCheck

Fixed: Progress bar colour when series is continuing
Fixed: Episode Title in tables will show proper cursor and underline
This commit is contained in:
Mark McDowall 2014-05-28 07:15:19 -07:00
parent e5ea50e1dc
commit 30c82f2613
5 changed files with 60 additions and 7 deletions

View file

@ -47,7 +47,7 @@ define(
Handlebars.registerHelper('EpisodeProgressClass', function () {
if (this.episodeFileCount === this.episodeCount) {
if (this.continuing) {
if (this.status === 'continuing') {
return '';
}