mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 11:42:16 +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())
|
||||
|
||||
return request.formatter({
|
||||
'albumList': {
|
||||
'albumList2': {
|
||||
'album': [ a.as_subsonic_album(request.user) for a in albums ]
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user