diff --git a/src/controllers/playback/video/index.js b/src/controllers/playback/video/index.js index 62c4769646..42db5fc2c5 100644 --- a/src/controllers/playback/video/index.js +++ b/src/controllers/playback/video/index.js @@ -103,7 +103,7 @@ import { appRouter } from '../../../components/appRouter'; ServerConnections.getApiClient(item.ServerId).getCurrentUser().then(function (user) { if (user.Policy.EnableLiveTvManagement) { - import('../../../components/recordingcreator/recordingbutton').then((RecordingButton) => { + import('../../../components/recordingcreator/recordingbutton').then(({default: RecordingButton}) => { if (recordingButtonManager) { return void recordingButtonManager.refreshItem(item); }