austinried / subtracks

A music streaming app for Subsonic-compatible servers
GNU General Public License v3.0
674 stars 29 forks source link

Don't pass all ids as params #167

Closed austinried closed 1 year ago

austinried commented 1 year ago

Instead, only pass ids to delete and chunk those by the param limit.

Fixes #166