ampache / python3-ampache

Python XML and JSON API library for Ampache
GNU General Public License v3.0
11 stars 5 forks source link

Fix preference methods returning all the preferences #13

Closed paulijar closed 1 year ago

paulijar commented 1 year ago

Fix what appears to be a copy-paste error:

Calling the method user_preference was returning all the user preferences by invoking the action user_preferences instead of invoking the action matching the method name and returning only the requested preference.

Similarly, the method system_preference was invoking the action system_preferences.

lachlan-00 commented 1 year ago

that's one annoying thing about plurals