Update server/notification-providers/bark.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Super Manito 2022-06-13 17:06:12 +08:00 committed by GitHub
parent 252709ff49
commit 55a6e5af42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}