[40] update streaming defaults (#2231)

pull/2232/head
meisnate12 2 months ago committed by GitHub Action
parent 7abc3d3c1d
commit 4b5e307050

@ -120,7 +120,7 @@ jobs:
git config --local user.email "action@github.com"
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

@ -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

@ -1 +1 @@
2.0.2-build39
2.0.2-build40

@ -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:

@ -105,6 +105,7 @@ templates:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
watch_region: <<discover_region>>
sort_by: primary_release_date.asc
overlays:

Loading…
Cancel
Save