Small cleanup stuff
This commit is contained in:
parent
0abe420398
commit
287959a60c
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
import {OpenSubsonic} from "$lib/opensubsonic";
|
import {OpenSubsonic} from "$lib/opensubsonic";
|
||||||
import {onMount} from "svelte";
|
import {onMount} from "svelte";
|
||||||
import QueueFrame from "$lib/components/custom/QueueFrame.svelte";
|
import QueueFrame from "$lib/components/custom/QueueFrame.svelte";
|
||||||
//import PlayerFrame from "$lib/components/custom/PlayerControls.svelte";
|
|
||||||
import {Button} from "$lib/components/ui/button";
|
import {Button} from "$lib/components/ui/button";
|
||||||
import {PlaybackMode, PlaybackStateSvelte} from "$lib/player.svelte.js";
|
import {PlaybackMode, PlaybackStateSvelte} from "$lib/player.svelte.js";
|
||||||
import PlayerSidebar from "$lib/components/custom/PlayerSidebar.svelte";
|
import PlayerSidebar from "$lib/components/custom/PlayerSidebar.svelte";
|
||||||
|
@ -85,7 +84,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function playSong(song: unknown, songIndex: number) {
|
function playSong(song: unknown, songIndex: number) {
|
||||||
//const chosenSong = queue[songIndex];
|
|
||||||
pause();
|
pause();
|
||||||
newSong(song);
|
newSong(song);
|
||||||
currentSong.queueIndex = songIndex;
|
currentSong.queueIndex = songIndex;
|
||||||
|
|
Loading…
Reference in a new issue