sentriz / gonic

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

fix(subsonic): songCount and albumCount in genre objects is required #390

Closed Duncaen closed 9 months ago

Duncaen commented 9 months ago

The songCount and albumCount attributes are required according the subsonic api xml file. Noticed this in the airsonic-refix client where the genres page would sort the genres wrong if the value is left out instead of 0.

sentriz commented 9 months ago

thanks!