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:
parent
c1284787cb
commit
1664591f7d
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (item.Type == "Series") {
|
||||
else if (item.Type == "Series" || item.Type == "Season") {
|
||||
if (!user.Configuration.DisplayMissingEpisodes) {
|
||||
query.IsMissing = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue