A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: try import meta resolve approach

+3 -1
+3 -1
src/themes/webamp/browser/element.js
··· 129 129 const tracks = this.#searchResults.value; 130 130 131 131 return html` 132 - <link rel="stylesheet" href="./styles/vendor/98.css" /> 132 + <link rel="stylesheet" href="${import.meta.resolve( 133 + "./styles/vendor/98.css", 134 + )}" /> 133 135 134 136 <style> 135 137 @import "./themes/webamp/98-vars.css";