[26] Fix `Prime Video Defaults` when watch region is `NL` (#2370)

pull/2371/head
YozoraXCII 1 week ago committed by GitHub Action
parent ba22044cf3
commit 498cbcf340

@ -212,6 +212,7 @@ namespace
NAS
natively
nitsua
NL
Nokmål
NOSUCHLIBRARY
notifiarr

@ -17,7 +17,7 @@ Added "undoing changes" page
# Defaults
Fixed incorrect content rating mappings in various Default files
Fixes an issue where Prime Video overlays/collections would not be built when the `watch_region` is set to AU
Fixes an issue where Prime Video overlays/collections would not be built when the `watch_region` is set to AU or NL
Fixes an issue where Rotten Tomatoes Verified Hot wasn't working
Updates `Alien vs Predator` and `X-Men` lists to new lists which include most recent releases
Adds `style` template variable for Streaming and Chart defaults, allowing user to choose color or white logos for collection posters

@ -1 +1 @@
2.1.0-build25
2.1.0-build26

@ -37,7 +37,7 @@ templates:
final_tmdb_key:
default: <<tmdb_key>>
conditions:
- region: [CA, AU]
- region: [CA, AU, NL]
tmdb_key: [9]
value: 119

@ -93,7 +93,7 @@ templates:
final_tmdb_key:
default: <<tmdb_key>>
conditions:
- region: [CA, AU]
- region: [CA, AU, NL]
tmdb_key: [9]
value: 119
allowed_streaming:

Loading…
Cancel
Save