mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Fix
This commit is contained in:
parent
22e2d351d8
commit
92add62a7c
@ -16,7 +16,8 @@ def stream_media():
|
||||
return res
|
||||
|
||||
maxBitRate, format, timeOffset, size, estimateContentLength = map(request.args.get, [ 'maxBitRate', 'format', 'timeOffset', 'size', 'estimateContentLength' ])
|
||||
format = format.lower()
|
||||
if format:
|
||||
format = format.lower()
|
||||
|
||||
if format != 'raw':
|
||||
if maxBitRate:
|
||||
|
Loading…
Reference in New Issue
Block a user