mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update voice
This commit is contained in:
parent
6e90fe1460
commit
aece94029c
13 changed files with 300 additions and 249 deletions
|
@ -1,12 +1,7 @@
|
|||
|
||||
define([], function () {
|
||||
define([], function () {
|
||||
|
||||
return function (result) {
|
||||
result.success = true;
|
||||
switch (result.item.deviceid) {
|
||||
case 'displaymirroring':
|
||||
MediaController.enableDisplayMirroring(false);
|
||||
break;
|
||||
default:
|
||||
result.success = false;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue