properly set mpv volume on init

This commit is contained in:
jeffvli
2025-12-15 01:01:00 -08:00
parent 88b27fa378
commit bc898d6097
4 changed files with 3 additions and 7 deletions
@@ -111,4 +111,3 @@ export const openCreateRadioStationModal = (
title: t('action.createRadioStation', { postProcess: 'titleCase' }) as string,
});
};
@@ -38,4 +38,3 @@ export const RadioListHeader = ({ title }: RadioListHeaderProps) => {
</Stack>
);
};
@@ -40,4 +40,3 @@ const RadioListRouteWithBoundary = () => {
};
export default RadioListRouteWithBoundary;