From c774ef8a16f093fa896abeafbfbf3bb7c2a3ca8a Mon Sep 17 00:00:00 2001 From: Halali Date: Wed, 26 Sep 2018 11:06:17 +0200 Subject: [PATCH] fix for bad showing monitored status --- views/episodes.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/episodes.tpl b/views/episodes.tpl index 5586c31cc..f3ec5d422 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -175,7 +175,7 @@ %for episode in season: - %if episode[9] is True: + %if episode[9] == 'True': %else: