1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/controllers/livetvstatus.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Matjaz Zavski 2020-07-31 18:41:31 +02:00 committed by GitHub
parent d14ac4b2e1
commit 620f9cd30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ function showDeviceMenu(button, tunerDeviceId) {
id: 'edit'
});
require(['actionsheet'], function (actionsheet) {
import('actionsheet').then(({default: actionsheet}) => {
actionsheet.show({
items: items,
positionTo: button