[50] set limit to 0 for Streaming (#2242)

This commit is contained in:
YozoraXCII 2024-09-25 20:54:57 +01:00 committed by GitHub Action
parent 0c4718f888
commit 5c2388bf9c
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
2.0.2-build49 2.0.2-build50

View file

@ -74,7 +74,7 @@ templates:
mdblist_list: https://mdblist.com/lists/k0meta/<<key>>-<<originals>> mdblist_list: https://mdblist.com/lists/k0meta/<<key>>-<<originals>>
limit: <<limit>> limit: <<limit>>
tmdb_discover: tmdb_discover:
limit: 10000 limit: 0
with_watch_providers: <<discover_with>> with_watch_providers: <<discover_with>>
watch_region: <<discover_region>> watch_region: <<discover_region>>
sort_by: <<discover_sort>> sort_by: <<discover_sort>>

View file

@ -51,7 +51,7 @@ templates:
mdb_streaming: mdb_streaming:
default: default:
region: "US" region: "US"
limit: "10000" limit: "0"
originals_only: false originals_only: false
optional: optional:
- use_<<key>> - use_<<key>>