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.

fix: don't async load temporal polyfill

+3 -2
+3 -2
src/common/temporal.js
··· 1 - export const Temporal = /** @type {any} */ (globalThis).Temporal ?? 2 - (await import("temporal-polyfill")).Temporal; 1 + import { Temporal as _polyfill } from "temporal-polyfill"; 2 + 3 + export const Temporal = /** @type {any} */ (globalThis).Temporal ?? _polyfill; 3 4 4 5 /** 5 6 * @param {string} a