commit 3be0579b98193a8a5da6f2d5de183cf7b46178e8
parent e2b55f91dfe5fdd2a5e6a96707231c96e4fe0f5e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Sun, 6 Sep 2020 17:30:20 -0700
Fix key formating in config.cachedSongs.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Songs2Slides/config.py b/Songs2Slides/config.py
@@ -35,7 +35,7 @@ defaultSettings = {
# Contains cached and custom song information
cachedSongs = {
# Keys should be lowercase ASCII strings without whitespace or special characters
- "testartist-testsong": {
+ "test-artist-test-song": {
# Title and Artist of the song (formated however you want)
"title":"Test Song",
"artist":"Test Artist",