+
+
+ {LIBRARY_TYPES.map(({ value, label, icon: Icon }) => {
+ const selected = form.type === value;
+ return (
+
+ );
+ })}
+
+ {form.library && form.type !== form.library.type ? (
+
+ Changing the type of an existing library may require a full rescan to rematch items.
+
+ ) : null}
+