fix directory watchers not picking up changes
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (item.Type == "Series") {
|
||||
else if (item.Type == "Series" || item.Type == "Season") {
|
||||
if (!user.Configuration.DisplayMissingEpisodes) {
|
||||
query.IsMissing = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user