beets/beetsplug/web
Théophile Bastian 666c412b0e plugins/web: fix endpoints /…/values/…
Following #4709 and #5447, the web plugin used single-quotes (ie. string
litteral) in the SQL query for table columns. Thus, for instance, the query
`GET /item/values/albumartist` would return the litteral "albumartist"
instead of a list of unique album artists.
2025-11-15 21:02:38 +01:00
..
static feat(plugin/web): support for nexttrack keypress 2025-10-09 20:11:19 +03:00
templates Avoid rendering extraneous separators 2025-07-06 12:22:02 +03:00
__init__.py plugins/web: fix endpoints /…/values/… 2025-11-15 21:02:38 +01:00