mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect
This commit is contained in:
parent
c7da2478bb
commit
f67f57726d
5 changed files with 75 additions and 50 deletions
|
@ -311,7 +311,7 @@
|
|||
items = shuffleArray(items);
|
||||
}
|
||||
|
||||
items = items.map(function(i) {
|
||||
items = items.map(function (i) {
|
||||
return i.Id;
|
||||
});
|
||||
|
||||
|
@ -437,7 +437,7 @@
|
|||
|
||||
$('.voiceInputText').html(text);
|
||||
|
||||
if (text) {
|
||||
if (text || AppInfo.isNativeApp) {
|
||||
$('.blockedMessage').hide();
|
||||
} else {
|
||||
$('.blockedMessage').show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue