v6.8
This commit is contained in:
@@ -25,6 +25,7 @@ export interface Settings {
|
||||
albumSubfolder?: boolean;
|
||||
trackNumber: boolean;
|
||||
sfxEnabled: boolean;
|
||||
embedLyrics: boolean;
|
||||
operatingSystem: "Windows" | "linux/MacOS"
|
||||
}
|
||||
|
||||
@@ -81,6 +82,7 @@ export const DEFAULT_SETTINGS: Settings = {
|
||||
filenameTemplate: "{title} - {artist}",
|
||||
trackNumber: false,
|
||||
sfxEnabled: true,
|
||||
embedLyrics: false,
|
||||
operatingSystem: detectOS()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user