Remove shareURL value from config.js

This commit is contained in:
Caio Cotts 2024-09-15 17:09:40 -04:00
parent 2887cd65fc
commit 42047fde1a

View file

@ -22,7 +22,7 @@ const defaultConfig = {
defaultUIVolume: 100, defaultUIVolume: 100,
enableUserEditing: true, enableUserEditing: true,
enableSharing: true, enableSharing: true,
shareURL: 'http://127.0.0.1:4533', shareURL: '',
defaultDownloadableShare: true, defaultDownloadableShare: true,
devSidebarPlaylists: true, devSidebarPlaylists: true,
lastFMEnabled: true, lastFMEnabled: true,