mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Use the elementSource by default
This commit is contained in:
parent
bc5d91f937
commit
57955f2cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ export const skinUrl = config.skinUrl === undefined ? skin : config.skinUrl;
|
|||
export const audioUrl = config.audioUrl === undefined ? audio : config.audioUrl;
|
||||
export const noMarquee = config.noMarquee || false;
|
||||
export const hideAbout = config.hideAbout || false;
|
||||
export const elementSource = config.elementSource || false;
|
||||
export const elementSource = config.elementSource || true;
|
||||
export const initialState = config.initialState || undefined;
|
||||
export const sentryDsn = SENTRY_DSN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue