@exezt-/webamp 1.5.0-0x719 → 1.5.0-0x720
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/built/webamp.bundle.js
CHANGED
|
@@ -19585,8 +19585,8 @@ function ListMenu() {
|
|
|
19585
19585
|
className: "save-list",
|
|
19586
19586
|
onClick: saveFilesToList
|
|
19587
19587
|
}), /*#__PURE__*/Object(jsx_runtime["jsx"])("div", {
|
|
19588
|
-
className: "load-list"
|
|
19589
|
-
|
|
19588
|
+
className: "load-list" // onClick={addFilesFromList}
|
|
19589
|
+
|
|
19590
19590
|
})]
|
|
19591
19591
|
});
|
|
19592
19592
|
}
|