mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add now playing card settings
+ move left sidebar to separate component
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
import { SettingCategory } from "@/interfaces/settings";
|
||||
import setNowPlayingComponent from "./now-playing";
|
||||
|
||||
console.log(setNowPlayingComponent);
|
||||
import nowPlaying from "./now-playing";
|
||||
|
||||
export default {
|
||||
title: "General",
|
||||
groups: [
|
||||
{
|
||||
title: "Repeat queue",
|
||||
desc: "Do you want to do that?",
|
||||
settings: [setNowPlayingComponent()],
|
||||
settings: [...nowPlaying],
|
||||
},
|
||||
],
|
||||
} as SettingCategory;
|
||||
|
||||
Reference in New Issue
Block a user