]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/config.py
Add option to prevent single|repeat to disable queuing (Closes #19)
[mpd-sima.git] / sima / utils / config.py
index 0f13cba8afa249f5242aa7327b40aa99bc085c2b..dfa91e73ebb335d8031b213d4522ac2309962e53 100644 (file)
@@ -53,6 +53,8 @@ DEFAULT_CONF = {
             'queue_length': 2,
             'var_dir': 'empty',
             'musicbrainzid': "true",
+            'repeat_disable_queue': "true",
+            'single_disable_queue': "true",
             },
         'daemon':{
             'daemon': False,