Update server/notification-providers/bark.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/1752/head
Super Manito 3 years ago committed by GitHub
parent 252709ff49
commit 55a6e5af42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,8 +62,8 @@ class Bark extends NotificationProvider {
if (notification.barkSound != null) {
postUrl += "&sound=" + notification.barkSound;
} else {
postUrl += "&sound=" + "telegraph";
// default sound
postUrl += "&sound=" + "telegraph";
}
return postUrl;
}

Loading…
Cancel
Save