mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unneccessary .default
This commit is contained in:
parent
047e7df7b1
commit
f3cdedacdf
1 changed files with 8 additions and 8 deletions
|
@ -184,7 +184,7 @@ function showEditor(itemId, serverId) {
|
|||
|
||||
init(dlg);
|
||||
|
||||
currentRecordingFields = new recordingFields.default({
|
||||
currentRecordingFields = new recordingFields({
|
||||
parent: dlg.querySelector('.recordingFields'),
|
||||
programId: itemId,
|
||||
serverId: serverId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue