Added spotify metadata to UI

This commit is contained in:
Xoconoch
2025-08-13 21:27:18 -06:00
parent db785a1bfa
commit cbefaf49cf
4 changed files with 8 additions and 38 deletions

View File

@@ -60,6 +60,7 @@ export type FlatAppSettings = {
playlist: string;
compilation: string;
artistSeparator: string;
spotifyMetadata: boolean;
};
const defaultSettings: FlatAppSettings = {
@@ -95,6 +96,7 @@ const defaultSettings: FlatAppSettings = {
playlist: "Playlists/{playlist_name}",
compilation: "Compilations/{album_name}",
artistSeparator: "; ",
spotifyMetadata: true,
watch: {
enabled: false,
},