diff --git a/src/components/player/atoms/VolumeChangedPopout.tsx b/src/components/player/atoms/VolumeChangedPopout.tsx index a258bd34..6551d394 100644 --- a/src/components/player/atoms/VolumeChangedPopout.tsx +++ b/src/components/player/atoms/VolumeChangedPopout.tsx @@ -13,9 +13,9 @@ export function VolumeChangedPopout() { - + @@ -27,6 +28,7 @@ export function ConfigValuesPart() { {normalRouter ? "Normal routing" : "Hash based routing"} v{appVersion} + {backendUrl} ); }