From 1664591f7d29737dcf791fb8febe5350c1db1b25 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 26 Nov 2013 21:38:11 -0500 Subject: [PATCH] fix directory watchers not picking up changes --- dashboard-ui/scripts/Itemdetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 2582330025..a573fbc98c 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -516,7 +516,7 @@ }); } - if (item.Type == "Series") { + else if (item.Type == "Series" || item.Type == "Season") { if (!user.Configuration.DisplayMissingEpisodes) { query.IsMissing = false; }