fix(bbc_sounds): Reorder menu API calls so only used by auth users (#2687)
authorKieran Hogg <kieran.hogg@gmail.com>
Wed, 26 Nov 2025 14:58:08 +0000 (14:58 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 14:58:08 +0000 (15:58 +0100)
commit8b5b871b062b4ef3d96416eb687a3201911fcf79
treefdca727d7a70d01240a19bc2f09961cec3dec095
parent9e2622defc7ed52f812885f5fcda66685df39c1a
fix(bbc_sounds): Reorder menu API calls so only used by auth users (#2687)

Rejig the order of menu API calls so we don't request it for unauthenticated users
music_assistant/providers/bbc_sounds/__init__.py