mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add option to save recordings as mkv
This commit is contained in:
parent
719ed8d8bd
commit
ddcc2b874c
4 changed files with 12 additions and 7 deletions
|
@ -33,11 +33,7 @@ define(['dialogHelper', 'layoutManager', 'scrollHelper', 'globalize', 'require',
|
|||
dialogHelper.close(dlg);
|
||||
});
|
||||
|
||||
if (options.title) {
|
||||
dlg.querySelector('.dialogContentTitle').innerHTML = options.title;
|
||||
} else {
|
||||
dlg.querySelector('.dialogContentTitle').classList.add('hide');
|
||||
}
|
||||
dlg.querySelector('.dialogContentTitle').innerHTML = options.title || '';
|
||||
|
||||
if (options.description) {
|
||||
dlg.querySelector('.fieldDescription').innerHTML = options.description;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue