mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix directory watchers not picking up changes
This commit is contained in:
parent
c1284787cb
commit
1664591f7d
@ -516,7 +516,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (item.Type == "Series") {
|
||||
else if (item.Type == "Series" || item.Type == "Season") {
|
||||
if (!user.Configuration.DisplayMissingEpisodes) {
|
||||
query.IsMissing = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user