mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 20:13:05 +00:00
[40] update streaming defaults (#2231)
This commit is contained in:
parent
7abc3d3c1d
commit
4b5e307050
5 changed files with 6 additions and 2 deletions
2
.github/workflows/validate-pull.yml
vendored
2
.github/workflows/validate-pull.yml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add PART
|
git add PART
|
||||||
git commit -m "${tag_name} Part: ${part_value}"
|
git commit -m "${tag_name} Part: ${new_value}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- 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
|
Fixed #2195 an image on the docs was a dead link
|
||||||
Fixes sort order of resolution collections
|
Fixes sort order of resolution collections
|
||||||
Fixes #2228 ".any" not accepted for a variety of imdb_search parameters
|
Fixes #2228 ".any" not accepted for a variety of imdb_search parameters
|
||||||
|
Fixes `streaming` defaults adding and removing items randomly
|
||||||
Various other Minor Fixes
|
Various other Minor Fixes
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.2-build39
|
2.0.2-build40
|
||||||
|
|
|
@ -74,6 +74,8 @@ templates:
|
||||||
limit: <<discover_limit>>
|
limit: <<discover_limit>>
|
||||||
with_watch_providers: <<discover_with>>
|
with_watch_providers: <<discover_with>>
|
||||||
watch_region: <<discover_region>>
|
watch_region: <<discover_region>>
|
||||||
|
sort_by: primary_release_date.asc
|
||||||
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
Streaming Collections:
|
Streaming Collections:
|
||||||
|
|
|
@ -105,6 +105,7 @@ templates:
|
||||||
limit: <<discover_limit>>
|
limit: <<discover_limit>>
|
||||||
with_watch_providers: <<discover_with>>
|
with_watch_providers: <<discover_with>>
|
||||||
watch_region: <<discover_region>>
|
watch_region: <<discover_region>>
|
||||||
|
sort_by: primary_release_date.asc
|
||||||
|
|
||||||
overlays:
|
overlays:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue