mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 01:39:28 +02:00

* Provide artists art in the `artists` method. * Add `name` as an alias for `title` attribute for `songs` and stuff. * Add a `.htaccess` file to enable CORS headers. Closes #1292.
4 lines
109 B
ApacheConf
4 lines
109 B
ApacheConf
# Enable CORS headers
|
|
<IfModule mod_headers.c>
|
|
Header set Access-Control-Allow-Origin "*"
|
|
</IfModule>
|