Commit 1bdb634
cedya77
fix search rating posters using wrong config keys and consolidate search UI controls
- Use catalog ID (e.g. 'gemini.search', 'anime_series') instead of content type
(e.g. 'other', 'anime.series') for engineRatingPosters lookup, matching the keys
the frontend stores
- Change default from opt-out (!== false) to opt-in (=== true) so catalogs without
an explicit entry default to no rating posters
- Fix Trakt search ratings toggle affecting both movie and series by using provider.id
- Strip rename/ratings controls from upper search sections, keep only in Search Catalog Order
- Fix MAL studios cache TTL (was milliseconds, now seconds)
- Increase JIKAN_API_TTL to 30 days to match warming interval
- Update scheduleEssentialWarming default to 720 minutes
- Remove dead ratingPostersEnabled variable from cacheWrapSearch1 parent aa5b2cf commit 1bdb634
5 files changed
Lines changed: 31 additions & 195 deletions
File tree
- addon
- lib
- utils
- configure/src/components/sections
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3389 | 3389 | | |
3390 | 3390 | | |
3391 | 3391 | | |
| 3392 | + | |
3392 | 3393 | | |
3393 | 3394 | | |
3394 | 3395 | | |
| |||
3851 | 3852 | | |
3852 | 3853 | | |
3853 | 3854 | | |
3854 | | - | |
| 3855 | + | |
| 3856 | + | |
| 3857 | + | |
3855 | 3858 | | |
3856 | 3859 | | |
3857 | 3860 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | 1016 | | |
1021 | 1017 | | |
1022 | 1018 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments