feat(subsonic): Implement filtering plays by user (#319)
Some checks are pending
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions

* feat(subsonic): Implement filtering plays by user #301
This commit is contained in:
Matt Foxx 2025-07-02 08:15:44 -04:00 committed by GitHub
parent a9c1c7083d
commit 94837b7e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 2 deletions

View file

@ -547,6 +547,8 @@ Can use this source for any application that implements the [Subsonic API](http:
:::
Use the optional `usersAllow` property with **File** or **AIO** configuration to restrict scrobbling to a list of defined users.
#### Configuration
<Tabs groupId="configType" queryString>