paulijar / music

:notes: My personal sandbox for ownCloud Music development. All production-quality code is eventually pushed to https://github.com/owncloud/music
GNU Affero General Public License v3.0
0 stars 0 forks source link

The albums are empty #6

Closed lusum closed 2 years ago

lusum commented 2 years ago

Tested with nextcloud, after this bug #24

The command http://x.x.x.x/nextcloud/index.php/apps/music/ampache/server/xml.server.php?action=album_songs&auth=xxx8&limit=5000&filter=1

gives

0

And not returns anything.

Nextcloud 22.2.3 Nextcloud music 1.5

edit: Wait, the command is wrong..

lusum commented 2 years ago

No, the command is ok, filter is the number of the album

paulijar commented 2 years ago

Thanks for the report. The action=album_songs seems to have got broken on Music v1.4.1, more than two months ago. Funny that no-one has reported this before.

paulijar commented 2 years ago

Fixed. The official github repo for the Music app is owncloud/music and I created an issue there too, it's linked above. This paulijar/music is just my personal sandbox. That linked issue shall be kept open until the fix gets included to a public release.

lusum commented 2 years ago

Fixed. The official github repo for the Music app is owncloud/music and I created an issue there too, it's linked above. This paulijar/music is just my personal sandbox. That linked issue shall be kept open until the fix gets included to a public release.

Ok, if i will have some issue to create, i will user owncloud/music.