mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Update src/controllers/livetv/livetvchannels.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
e3fe8a1964
commit
39a0037427
@ -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);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user