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

multiple fixes and otimizations

This commit is contained in:
vitorsemeano 2020-11-07 12:05:09 +00:00
parent 1171bc1cdf
commit b49524e5ea
10 changed files with 9 additions and 18 deletions

View file

@ -71,8 +71,7 @@ import toast from './toast/toast';
}
function showProgramDialog(item) {
import('./recordingcreator/recordingcreator' +
'').then(({default:recordingCreator}) => {
import('./recordingcreator/recordingcreator').then(({default:recordingCreator}) => {
recordingCreator.show(item.Id, item.ServerId);
});
}