diff --git a/front/volume/src/App.svelte b/front/volume/src/App.svelte index 31e7c93..e1f3d3f 100644 --- a/front/volume/src/App.svelte +++ b/front/volume/src/App.svelte @@ -167,7 +167,7 @@ let selectedChannel: ChannelsType; const handleSelectChannel = (channel: ChannelsType) => { selectedChannel = channel; - setAppState(APPSTATE.CHANNELS + "#" + channel.name); + setAppState(APPSTATE.CHANNELS + "#" + channel.id); }; // GAME