ampache / python3-ampache

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

albums function is broken #11

Closed SimonHova closed 2 years ago

SimonHova commented 2 years ago

Line 691 in ampache.py calls for the variable named 'filter_str' but it should only be calling for 'filter' I tried to do a pull request, but I failed miserably.

SimonHova commented 2 years ago

It was fixed in https://github.com/ampache/python3-ampache/pull/10/commits/13038abf47778026123076b698378283aea919da. Thank you!