mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[128] fix streaming/versions/status defaults
This commit is contained in:
parent
19216f8c9c
commit
3c1a6c8290
5 changed files with 4 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop127
|
||||
1.17.3-develop128
|
||||
|
|
|
@ -39,7 +39,7 @@ templates:
|
|||
episode_air_date: <<last>>
|
||||
plex_all: <<all>>
|
||||
filters:
|
||||
status: <<tmdb>>
|
||||
tmdb_status1: <<tmdb>>
|
||||
|
||||
overlays:
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ external_templates:
|
|||
vertical_align: bottom
|
||||
back_width: 305
|
||||
back_height: 105
|
||||
pmm: streaming/<<overlay>>
|
||||
pmm: streaming/<<overlay_name>>
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
group: streaming
|
||||
horizontal_offset: 15
|
||||
horizontal_align: right
|
||||
vertical_offset: 150
|
||||
|
|
|
@ -1987,7 +1987,7 @@ class CollectionBuilder:
|
|||
final_filter = built_filter[:-1] if base_all else f"push=1&{built_filter}pop=1"
|
||||
filter_url = f"?type={type_key}&{f'limit={limit}&' if limit else ''}sort={'%2C'.join([sorts[s] for s in sort])}&{final_filter}"
|
||||
else:
|
||||
raise Failed(f"{self.Type} Error: No Filter Created")
|
||||
raise Failed(f"{self.Type} Error: No Plex Filter Created")
|
||||
|
||||
if display:
|
||||
logger.debug(f"Smart URL: {filter_url}")
|
||||
|
|
Loading…
Reference in a new issue