Migration of recordinghelper and seriesrecordingeditor to ES6 modules

This commit is contained in:
Cameron 2020-08-05 11:48:31 +01:00
parent a6cd54b661
commit 53d6542613
6 changed files with 390 additions and 368 deletions

View file

@ -1,6 +1,7 @@
define(['globalize', 'connectionManager', 'serverNotifications', 'require', 'loading', 'apphost', 'dom', 'recordingHelper', 'events', 'paper-icon-button-light', 'emby-button', 'css!./recordingfields', 'flexStyles'], function (globalize, connectionManager, serverNotifications, require, loading, appHost, dom, recordingHelper, events) {
'use strict';
recordingHelper = recordingHelper.default || recordingHelper;
loading = loading.default || loading;
function loadData(parent, program, apiClient) {