mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 07:09:44 +02:00
5 lines
No EOL
163 B
JavaScript
5 lines
No EOL
163 B
JavaScript
"use strict";
|
|
let config = {
|
|
baseUrl: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host
|
|
};
|
|
//# sourceMappingURL=config.js.map
|