Update src/controllers/livetv/livetvchannels.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Matjaz Zavski 2020-08-04 14:12:43 +02:00 committed by GitHub
parent e3fe8a1964
commit 39a0037427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ export default function (view, params, tabContent) {
loading.hide();
isLoading = false;
import('autoFocuser').then(({default: autoFocuser}) => {
import('autoFocuser').then(({default: autoFocuser}) => {
autoFocuser.autoFocus(view);
});
});