Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
swwind committed Aug 2, 2020
1 parent dfc3138 commit 3f7e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/api/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Downloader {

const originalFile = await fsp.readFile(this.cache.fullPath(filename));

// Q: Why shood we fetch serval times here?
// Q: Why should we fetch several times here?
// A: Some pictures are too large. (~25MB)
// And FLAC only support pictures smaller than 16MB
// e.g. https://p3.music.126.net/5Ox3BiabKcaHFTcQCXN1yA==/109951164249692467.jpg
Expand Down

0 comments on commit 3f7e408

Please sign in to comment.