Skip to content

Commit

Permalink
[40] update streaming defaults (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 authored and actions-user committed Sep 20, 2024
1 parent 7abc3d3 commit 4b5e307
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add PART
git commit -m "${tag_name} Part: ${part_value}"
git commit -m "${tag_name} Part: ${new_value}"
git push

- name: Login to Docker Hub
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Fixed #2186 `total_runtime` will now trigger an overlay update
Fixed #2195 an image on the docs was a dead link
Fixes sort order of resolution collections
Fixes #2228 ".any" not accepted for a variety of imdb_search parameters
Fixes `streaming` defaults adding and removing items randomly
Various other Minor Fixes
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2-build39
2.0.2-build40
2 changes: 2 additions & 0 deletions defaults/both/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ templates:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
watch_region: <<discover_region>>
sort_by: primary_release_date.asc


collections:
Streaming Collections:
Expand Down
1 change: 1 addition & 0 deletions defaults/overlays/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ templates:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
watch_region: <<discover_region>>
sort_by: primary_release_date.asc

overlays:

Expand Down

0 comments on commit 4b5e307

Please sign in to comment.