mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
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:
@@ -47,7 +47,7 @@ define(
|
||||
|
||||
Handlebars.registerHelper('EpisodeProgressClass', function () {
|
||||
if (this.episodeFileCount === this.episodeCount) {
|
||||
if (this.continuing) {
|
||||
if (this.status === 'continuing') {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user