Explorar o código

Fix path to notification sound

Danilo Bargen %!s(int64=8) %!d(string=hai) anos
pai
achega
23a75c4779
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/services/notification.ts

+ 1 - 1
src/services/notification.ts

@@ -22,7 +22,7 @@ export class NotificationService {
     private static SETTINGS_NOTIFICATIONS = 'notifications';
     private static SETTINGS_NOTIFICATION_PREVIEW = 'notificationPreview';
     private static SETTINGS_NOTIFICATION_SOUND = 'notificationSound';
-    private static NOTIFICATION_SOUND = 'public/sounds/notification.mp3';
+    private static NOTIFICATION_SOUND = 'sounds/notification.mp3';
 
     private $log: ng.ILogService;
     private $window: ng.IWindowService;