mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 12:03:09 +00:00
[41] amend sorting of streaming to desc (#2232)
This commit is contained in:
parent
4b5e307050
commit
27e58d6394
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.2-build40
|
||||
2.0.2-build41
|
||||
|
|
|
@ -74,7 +74,7 @@ templates:
|
|||
limit: <<discover_limit>>
|
||||
with_watch_providers: <<discover_with>>
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: primary_release_date.asc
|
||||
sort_by: primary_release_date.desc
|
||||
|
||||
|
||||
collections:
|
||||
|
|
|
@ -105,7 +105,7 @@ templates:
|
|||
limit: <<discover_limit>>
|
||||
with_watch_providers: <<discover_with>>
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: primary_release_date.asc
|
||||
sort_by: primary_release_date.desc
|
||||
|
||||
overlays:
|
||||
|
||||
|
|
Loading…
Reference in a new issue