1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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;
}