mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +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>>
|
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>>
|
||||||
|
|
|
@ -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>>
|
||||||
|
|
Loading…
Reference in a new issue