Skip to content

Commit

Permalink
Changed default value for autoresume option in util module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Demian committed Dec 25, 2014
1 parent 7353aba commit 7431a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockify/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_default_options():
"interlude": {
"use_interlude_music": True,
"playlist": PLAYLIST_FILE,
"autoresume": True,
"autoresume": False,
"radio_timeout": 180
}
}
Expand Down

0 comments on commit 7431a94

Please sign in to comment.