mopidy-musicbox-webclient/js/config.js
Wouter van Wijk 581dc058e1 first commit for new version
it's messy, but i'll clean it up if I find the time
2012-12-28 00:46:48 +01:00

5 lines
181 B
JavaScript

// http://localhost:6680/mpd/list/artist/album/Tool
var baseurl = '/mpd/';
var host = 'http://localhost';
var port = 6680;
var mpdstatusurl = host + ':' + port + baseurl + 'status';