fix(tracks): old references to data
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import { getPlayerState } from '$lib/player.svelte';
|
||||
import { Button } from '$lib/components/ui/button';
|
||||
import { deserialize } from '$app/forms';
|
||||
import type { Track, TrackList } from '$lib/proto/library';
|
||||
import type { TrackList } from '$lib/proto/library';
|
||||
dayjs.extend(duration);
|
||||
|
||||
const library = getLibraryState();
|
||||
|
||||
Reference in New Issue
Block a user