allow ogg to be used for previews
This commit is contained in:
3
app.py
3
app.py
@@ -121,7 +121,8 @@ def get_config(credentials=False):
|
||||
'assets_baseurl': config.ASSETS_BASEURL,
|
||||
'email': config.EMAIL,
|
||||
'accounts': config.ACCOUNTS,
|
||||
'custom_js': config.CUSTOM_JS
|
||||
'custom_js': config.CUSTOM_JS,
|
||||
'preview_type': config.PREVIEW_TYPE or 'mp3'
|
||||
}
|
||||
if credentials:
|
||||
min_level = config.GOOGLE_CREDENTIALS['min_level'] or 0
|
||||
|
||||
Reference in New Issue
Block a user