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

schedule recordings with a dialog

This commit is contained in:
Luke Pulverenti 2015-12-15 13:24:41 -05:00
parent b1beb92143
commit 15c2f1606a
42 changed files with 1097 additions and 730 deletions

View file

@ -1991,8 +1991,11 @@
$('.btnRecord,.btnFloatingRecord', page).on('click', function () {
var id = getParameterByName('id');
Dashboard.navigate('livetvnewrecording.html?programid=' + id);
require(['components/recordingcreator/recordingcreator'], function (recordingcreator) {
recordingcreator.show(id).then(function () {
reload(page);
});
});
});