Skip to content

Commit d744f18

Browse files
committed
Fixed a typo in default_config.js (staticcverrides -> staticoverrides)
1 parent a735d61 commit d744f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/configs/default_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
updateInterval: 1000,
3636

3737
// Preferred provider of the album artwork. Supported values
38-
// "staticcverrides" (for values from `config/staticoverrides.js`)
38+
// "staticoverrides" (for values from `config/staticoverrides.js`)
3939
// "musichoarders" (for closest fit from servicese below)
4040
// "apple", "bandcamp", "deezer", "qobuz", "spotify", "soundcloud" and "tidal"
4141
whereToFetchOnline: "staticoverrides",

0 commit comments

Comments
 (0)