mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Damn copy-pasta
This commit is contained in:
parent
197e43a142
commit
7398f3511a
@ -84,7 +84,7 @@ def album_list():
|
||||
})
|
||||
|
||||
@app.route('/rest/getAlbumList2.view', methods = [ 'GET', 'POST' ])
|
||||
def album_list():
|
||||
def album_list_id3():
|
||||
ltype, size, offset = map(request.args.get, [ 'type', 'size', 'offset' ])
|
||||
try:
|
||||
size = int(size) if size else 10
|
||||
|
Loading…
Reference in New Issue
Block a user