[128] fix streaming/versions/status defaults

pull/1120/head
meisnate12 2 years ago
parent 19216f8c9c
commit 3c1a6c8290

@ -1 +1 @@
1.17.3-develop127 1.17.3-develop128

@ -39,7 +39,7 @@ templates:
episode_air_date: <<last>> episode_air_date: <<last>>
plex_all: <<all>> plex_all: <<all>>
filters: filters:
status: <<tmdb>> tmdb_status1: <<tmdb>>
overlays: overlays:

@ -16,7 +16,7 @@ external_templates:
vertical_align: bottom vertical_align: bottom
back_width: 305 back_width: 305
back_height: 105 back_height: 105
pmm: streaming/<<overlay>> pmm: streaming/<<overlay_name>>
templates: templates:
streaming: streaming:

@ -9,7 +9,6 @@
external_templates: external_templates:
pmm: templates pmm: templates
template_variables: template_variables:
group: streaming
horizontal_offset: 15 horizontal_offset: 15
horizontal_align: right horizontal_align: right
vertical_offset: 150 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" 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}" filter_url = f"?type={type_key}&{f'limit={limit}&' if limit else ''}sort={'%2C'.join([sorts[s] for s in sort])}&{final_filter}"
else: else:
raise Failed(f"{self.Type} Error: No Filter Created") raise Failed(f"{self.Type} Error: No Plex Filter Created")
if display: if display:
logger.debug(f"Smart URL: {filter_url}") logger.debug(f"Smart URL: {filter_url}")

Loading…
Cancel
Save