Update src/controllers/livetv/livetvchannels.js

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

View File

@ -3,7 +3,7 @@ import imageLoader from 'imageLoader';
import libraryBrowser from 'libraryBrowser';
import loading from 'loading';
import events from 'events';
import userSettings from 'userSettings';
import * as userSettings from 'userSettings';
import 'emby-itemscontainer';
export default function (view, params, tabContent) {