[6] Revert `streaming` to use `popularity.desc` sort following TMDb fix (#2273)

pull/2285/head^2
YozoraXCII 1 month ago committed by GitHub Action
parent 113b6c5551
commit 55049a59f0

@ -1 +1 @@
2.1.0-build5
2.1.0-build6

@ -49,10 +49,6 @@ templates:
conditions:
- originals_only: false
value: 0
discover_count:
conditions:
- originals_only: false
value: 100
allowed_streaming:
conditions:
- originals_only: true
@ -72,7 +68,7 @@ templates:
limit: "500"
sync_mode: sync
sync_mode_<<key>>: <<sync_mode>>
sort_by: release.desc
sort_by: popularity.desc
sort_by_<<key>>: <<sort_by>>
run_definition:
- <<use_<<key>>>>
@ -87,7 +83,6 @@ templates:
tmdb_discover:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
vote_count.gte: <<discover_count>>
watch_region: <<discover_region>>
sort_by: <<discover_sort>>

@ -69,10 +69,10 @@ templates:
conditions:
- originals_only: false
library_type: movie
value: primary_release_date.desc
value: popularity.desc
- originals_only: false
library_type: show
value: first_air_date.desc
value: popularity.desc
originals:
conditions:
- originals_only: true
@ -81,10 +81,6 @@ templates:
conditions:
- originals_only: false
value: 0
discover_count:
conditions:
- originals_only: false
value: 100
discover_with:
conditions:
- originals_only: false
@ -117,7 +113,6 @@ templates:
tmdb_discover:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
vote_count.gte: <<discover_count>>
watch_region: <<discover_region>>
sort_by: <<discover_sort>>

Loading…
Cancel
Save