Skip to content

Commit

Permalink
Update music_caster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Aug 9, 2019
1 parent 6857253 commit 894f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_caster.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
home_music_dir = str(Path.home()).replace('\\', '/') + '/Music'
settings = { # default settings
'previous device': None,
'comments': ['Edit only the variables below', 'Restart the program after editing this file!'],
'comments': ['Edit only the variables below', 'Restart Music Caster after editing this file!'],
'auto update': False,
'run on startup': True,
'notifications': True,
Expand Down

0 comments on commit 894f212

Please sign in to comment.