mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[22] fix url_poster
This commit is contained in:
parent
61132ec790
commit
8a15a8233c
2 changed files with 2 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.1-develop21
|
||||
1.19.1-develop22
|
||||
|
|
|
@ -63,7 +63,7 @@ templates:
|
|||
conditions:
|
||||
- file_poster_<<key>>.exists: false
|
||||
file_poster.exists: false
|
||||
value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg
|
||||
value: <<url_poster>>
|
||||
default:
|
||||
collection_section: "00"
|
||||
key: <<mapping_name>>
|
||||
|
@ -75,7 +75,6 @@ templates:
|
|||
item_radarr_tag_<<key>>: <<item_radarr_tag>>
|
||||
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg
|
||||
url_poster_<<key>>: <<url_poster>>
|
||||
file_poster_<<key>>: <<file_poster>>
|
||||
url_background_<<key>>: <<url_background>>
|
||||
file_background_<<key>>: <<file_background>>
|
||||
|
|
Loading…
Reference in a new issue