Commit a65fe61
committed
fix: allow mixed/unknown CollectionType libraries in path matching
The previous type-match guard required an exact CollectionType match
(movies or tvshows), which silently dropped notifications for libraries
with a null/undefined CollectionType and for "mixed"-type libraries
(a common setup for separate Anime / Anime Movies libraries).
Now only explicit cross-type mismatches are rejected (movie in a tvshows
library, episode in a movies library), consistent with the existing
isTypeMatch logic in api/jellyfin.js.1 parent 5d36a6a commit a65fe61
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
830 | | - | |
831 | | - | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
832 | 836 | | |
833 | 837 | | |
834 | 838 | | |
| |||
0 commit comments