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

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