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: 🧹

+2 -4
+2 -4
src/theme/webamp/index.js
··· 1 1 import Webamp from "webamp/lazy"; 2 - import { throttle } from "throttle-debounce"; 2 + import deepDiff from "@fry69/deep-diff"; 3 3 4 - // import "@component/orchestrator/process-tracks/element.js"; 4 + import "@component/orchestrator/process-tracks/element.js"; 5 5 import "@component/orchestrator/queue-tracks/element.js"; 6 6 import "@component/output/indexed-db/element.js"; 7 7 import "@component/processor/metadata/element.js"; ··· 11 11 12 12 import { component } from "@common/element.js"; 13 13 import { effect, signal, untracked } from "@common/signal.js"; 14 - import deepDiff from "@fry69/deep-diff"; 15 - import { debounceMicrotask } from "@vicary/debounce-microtask"; 16 14 17 15 /** 18 16 * @import {Diff} from "@fry69/deep-diff"