Fix undefined type in libraryoptionseditor

This commit is contained in:
Bill Thornton 2020-02-26 01:39:40 -05:00
parent b30469654f
commit 29e7c4775b

View File

@ -463,7 +463,7 @@ define(["globalize", "dom", "emby-checkbox", "emby-select", "emby-input"], funct
if (!typeOptions) {
typeOptions = {
Type: type
Type: originalTypeOption.Type
};
options.TypeOptions.push(typeOptions);
}