Skip to content

Commit

Permalink
Use base_url on android thumbnail (#72)
Browse files Browse the repository at this point in the history
Thumbnails stopped working for me on Android recently and this fixed it
  • Loading branch information
edestecd authored Aug 24, 2023
1 parent 5e82c6b commit 2312e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frigate Camera Notifications/Beta
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ action:
color: "{{color}}"
# Android Specific
subject: "{{subtitle}}"
image: "/api/frigate{{client_id}}/notifications/{{id}}/{{attachment}}.jpg?format=android"
image: "{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{attachment}}.jpg?format=android"
video: "{{video}}"
clickAction: "{{tap_action}}"
ttl: 0
Expand Down Expand Up @@ -1234,7 +1234,7 @@ action:
color: "{{color}}"
# Android Specific
subject: "{{subtitle}}"
image: "/api/frigate{{client_id}}/notifications/{{id}}/{{attachment}}.jpg?format=android"
image: "{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{attachment}}.jpg?format=android"
video: "{{video}}"
clickAction: "{{tap_action}}"
ttl: 0
Expand Down

0 comments on commit 2312e52

Please sign in to comment.