diff --git a/touch/EpisodeItem.qml b/touch/EpisodeItem.qml index 86da2e9..fd6ebca 100644 --- a/touch/EpisodeItem.qml +++ b/touch/EpisodeItem.qml @@ -192,8 +192,6 @@ Item { return Constants.colors.download; } else if (episodeItem.opened) { return Constants.colors.highlight; - } else if (isNew && downloadState == Constants.state.downloaded) { - return Constants.colors.highlight; } else if (isNew) { return Constants.colors.fresh; } else {