diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 7ce4959bf..cbacfcd0e 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -79,6 +79,8 @@ const getInstanceConfig = async ({ store }) => { console.error('Could not load instance config, potentially fatal') console.error(error) } + // We should check for scrobbles support here but it requires userId + // so instead we check for it where it's fetched (statuses.js) } const getBackendProvidedConfig = async () => {