mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: output device switch (#618)
This commit is contained in:
parent
07455c8ecd
commit
fa9f2d9785
1 changed files with 1 additions and 2 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
<div class="title"> {{ $t('settings.deviceSelector') }} </div>
|
<div class="title"> {{ $t('settings.deviceSelector') }} </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<select v-model="outputDevice" :disabled="withoutAudioPrivilege">
|
<select v-model="outputDevice">
|
||||||
<option
|
<option
|
||||||
v-for="device in allOutputDevices"
|
v-for="device in allOutputDevices"
|
||||||
:key="device.deviceId"
|
:key="device.deviceId"
|
||||||
|
|
@ -423,7 +423,6 @@ export default {
|
||||||
label: 'settings.permissionRequired',
|
label: 'settings.permissionRequired',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
withoutAudioPrivilege: true,
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue