mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Copy/pasting without enough checking causes errors
This commit is contained in:
parent
fba936db6c
commit
2256f639ba
@ -111,7 +111,7 @@ def album_list_id3():
|
|||||||
albums.append(query.offset(x).limit(1).one())
|
albums.append(query.offset(x).limit(1).one())
|
||||||
|
|
||||||
return request.formatter({
|
return request.formatter({
|
||||||
'albumList': {
|
'albumList2': {
|
||||||
'album': [ a.as_subsonic_album(request.user) for a in albums ]
|
'album': [ a.as_subsonic_album(request.user) for a in albums ]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user