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

Remove Missed Required

This commit is contained in:
Cameron 2020-08-04 15:15:59 +01:00
parent 39a5a76be1
commit 234a70875d
3 changed files with 9 additions and 7 deletions

View file

@ -317,7 +317,7 @@ import 'cardStyle';
function showEditor(itemId, serverId, itemType) {
loading.show();
require(['text!./imageDownloader.template.html'], function (template) {
import('text!./imageDownloader.template.html').then(({default: template}) => {
const apiClient = connectionManager.getApiClient(serverId);
currentItemId = itemId;