sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.62k stars 115 forks source link

Unable to create playlist as non-admin user, error code 50: you aren't allowed update that user's playlist #535

Closed fletchowns closed 2 months ago

fletchowns commented 3 months ago

gonic version: v0.16.4

if from docker, docker tag: if from source, git tag/branch: v0.16.4

I am able to create, edit, and delete playlists when logged in as username admin, using https://github.com/tamland/airsonic-refix as my client.

However, for my non-admin user, I see the following:

2024/08/19 06:50:18 subsonic error code 50: you aren't allowed update that user's playlist

I tested with Symphonium as well and got the same error, leading me to believe it might be something on the gonic side. I double checked the permissions to the playlists directory and they seem fine.

fletchowns commented 2 months ago

Looks like this issue is already covered by https://github.com/sentriz/gonic/pull/524