yaml -> json

This commit is contained in:
Sumner Evans
2019-08-20 13:53:28 -06:00
parent baa179c528
commit 9353b8c853

View File

@@ -53,7 +53,7 @@ class LibremsonicApp(Gtk.Application):
config_folder = (os.environ.get('XDG_CONFIG_HOME')
or os.path.expanduser('~/.config'))
config_folder = os.path.join(config_folder, 'libremsonic')
config_file = os.path.join(config_folder, 'config.yaml')
config_file = os.path.join(config_folder, 'config.json')
self.state.config_file = config_file