mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
web: fix typo in albums endpoint
This commit is contained in:
parent
4228628f84
commit
472571a4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ def all_albums():
|
|||
@app.route('/album/query/<query:queries>')
|
||||
@resource_query('albums')
|
||||
def album_query(queries):
|
||||
return g.lib.album(queries)
|
||||
return g.lib.albums(queries)
|
||||
|
||||
@app.route('/album/<int:album_id>/art')
|
||||
def album_art(album_id):
|
||||
|
|
|
|||
Loading…
Reference in a new issue