mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
Prevent auto checking of audio devices
This commit is contained in:
@@ -56,8 +56,10 @@ export const AudioSettings = () => {
|
|||||||
.catch(() => toast.error({ message: 'Error fetching audio devices' }));
|
.catch(() => toast.error({ message: 'Error fetching audio devices' }));
|
||||||
};
|
};
|
||||||
|
|
||||||
getAudioDevices();
|
if (settings.type === PlaybackType.WEB) {
|
||||||
}, []);
|
getAudioDevices();
|
||||||
|
}
|
||||||
|
}, [settings.type]);
|
||||||
|
|
||||||
const audioOptions: SettingOption[] = [
|
const audioOptions: SettingOption[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user