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,
enableUserEditing: true,
enableSharing: true,
shareURL: 'http://127.0.0.1:4533',
shareURL: '',
defaultDownloadableShare: true,
devSidebarPlaylists: true,
lastFMEnabled: true,