Skip to content

Commit

Permalink
[Defaults] Fix Prime Video ID for watch_region: AU
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII committed Oct 22, 2024
1 parent b691855 commit 073a967
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Added the `character` search option to the `imdb_search` builder

# 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

# Bug Fixes
Fixed the `cast` search option for the `imdb_search` builder
Fixes #2258 `imdb_list` sort was not being parsed correctly
Fixes `letterboxd_list` rating filter to use a 1-10 rating vs 1-100 to reflect how letterboxd ratings work on their website
Fixes `letterboxd_list` rating filter to use a 1-10 rating vs 1-100 to reflect how letterboxd ratings work on their website
3 changes: 2 additions & 1 deletion defaults/both/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ templates:
final_tmdb_key:
default: <<tmdb_key>>
conditions:
- region: CA
- region: [CA, AU]
tmdb_key: [9]
value: 119

discover_with:
conditions:
- originals_only: false
Expand Down
3 changes: 2 additions & 1 deletion defaults/overlays/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ templates:
- use_<<key>>
- use_<<tmdb_key>>
- allowed_libraries
- providers_<<key>>
run_definition:
- <<use_<<key>>>>
- <<use_<<tmdb_key>>>>
Expand Down Expand Up @@ -95,7 +96,7 @@ templates:
final_tmdb_key:
default: <<tmdb_key>>
conditions:
- region: CA
- region: [CA, AU]
tmdb_key: [9]
value: 119
allowed_streaming:
Expand Down

0 comments on commit 073a967

Please sign in to comment.