fix(tracks): old references to data

This commit is contained in:
2024-12-03 00:24:17 +01:00
parent 793359b06e
commit b0d8c52640
2 changed files with 3 additions and 4 deletions

View File

@@ -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();