Skip to content

Commit 2ed7d7e

Browse files
committed
Fix Siri mpd URL
1 parent 2af102b commit 2ed7d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var app = app || {};
151151
name: 'siri',
152152
coord: [1.0, 135.0],
153153
desc: 'Music player for Weltenbau-Lab',
154-
url: 'http://siri.cbrp3.c-base.org/relaxx/',
154+
url: 'http://siri.cbrp3.c-base.org/relaxx/index.php',
155155
icon: app.audio_icon
156156

157157
},

0 commit comments

Comments
 (0)