Skip to content

Commit 1b8c276

Browse files
Update dependencies, update dead tracks (#62)
* Update dependencies, update tracks: spa jazz animal crossing peaceful piano
1 parent a29f22d commit 1b8c276

File tree

4 files changed

+952
-464
lines changed

4 files changed

+952
-464
lines changed

Diff for: esbuild.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const prod = process.argv[2] === "production";
1616
const outdir = prod
1717
? "./dist/"
1818
: // Assumed local path. Update this to the path of your local development vault
19-
"E:/Documents/PersonalObsidianVault/.obsidian/plugins/obsidian-soundscapes/";
19+
"C:/Users/andre/OneDrive/Documents/test develop vault/.obsidian/plugins/obsidian-soundscapes/";
2020

2121
const context = await esbuild.context({
2222
banner: {

Diff for: main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class SoundscapesPlugin extends Plugin {
105105
}, 1000);
106106
}
107107

108-
// adding commands to be run from command palette or bind a hotkey to them
108+
// Adding commands to be run from command palette or bind a hotkey to them
109109
this.addCommand({
110110
id: "go-to-next-track",
111111
name: "Go to next track",

0 commit comments

Comments
 (0)