mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 12:03:09 +00:00
[50] set limit to 0
for Streaming (#2242)
This commit is contained in:
parent
0c4718f888
commit
5c2388bf9c
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.2-build49
|
||||
2.0.2-build50
|
||||
|
|
|
@ -74,7 +74,7 @@ templates:
|
|||
mdblist_list: https://mdblist.com/lists/k0meta/<<key>>-<<originals>>
|
||||
limit: <<limit>>
|
||||
tmdb_discover:
|
||||
limit: 10000
|
||||
limit: 0
|
||||
with_watch_providers: <<discover_with>>
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: <<discover_sort>>
|
||||
|
|
|
@ -51,7 +51,7 @@ templates:
|
|||
mdb_streaming:
|
||||
default:
|
||||
region: "US"
|
||||
limit: "10000"
|
||||
limit: "0"
|
||||
originals_only: false
|
||||
optional:
|
||||
- use_<<key>>
|
||||
|
|
Loading…
Reference in a new issue