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 {onMount} from "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 {PlaybackMode, PlaybackStateSvelte} from "$lib/player.svelte.js";
|
||||
import PlayerSidebar from "$lib/components/custom/PlayerSidebar.svelte";
|
||||
|
@ -85,7 +84,6 @@
|
|||
}
|
||||
|
||||
function playSong(song: unknown, songIndex: number) {
|
||||
//const chosenSong = queue[songIndex];
|
||||
pause();
|
||||
newSong(song);
|
||||
currentSong.queueIndex = songIndex;
|
||||
|
|
Loading…
Reference in a new issue