fix directory watchers not picking up changes

This commit is contained in:
Luke Pulverenti 2013-11-26 21:38:11 -05:00
parent c1284787cb
commit 1664591f7d

View File

@ -516,7 +516,7 @@
});
}
if (item.Type == "Series") {
else if (item.Type == "Series" || item.Type == "Season") {
if (!user.Configuration.DisplayMissingEpisodes) {
query.IsMissing = false;
}