Skip to content

Commit ee96c28

Browse files
committed
fix: update path in notification sounds
1 parent 40fbf19 commit ee96c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const updateVideos = () => {
150150

151151
if (options.play_sound && newVideos.length) {
152152
const audio = new Audio();
153-
audio.src = 'options/bower_components/chrome-options/sounds/' +
153+
audio.src = 'options/node_modules/chrome-options/sounds/' +
154154
options.play_sound + '.wav';
155155
audio.play();
156156
}

0 commit comments

Comments
 (0)