Skip to content

Commit

Permalink
SongDownloader - Maybe fix prompts not working by default #108
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Dec 29, 2024
1 parent 22bfa69 commit c6d9e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SongDownloader/src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const defaultFilenameFormat = "{artist} - {album} - {title}";
export const settings = getSettings({
desiredDownloadQuality: AudioQuality.HiRes,
defaultDownloadPath: "",
alwaysUseDefaultPath: true,
alwaysUseDefaultPath: false,
filenameFormat: defaultFilenameFormat,
useRealMAX: true,
});
Expand Down

0 comments on commit c6d9e0c

Please sign in to comment.