allow ogg to be used for previews
This commit is contained in:
@@ -13,6 +13,9 @@ ACCOUNTS = True
|
||||
# Custom JavaScript file to load with the simulator.
|
||||
CUSTOM_JS = ''
|
||||
|
||||
# Filetype to use for song previews. (mp3/ogg)
|
||||
PREVIEW_TYPE = 'mp3'
|
||||
|
||||
# MongoDB server settings.
|
||||
MONGO = {
|
||||
'host': ['127.0.0.1:27017'],
|
||||
|
||||
Reference in New Issue
Block a user