ampache / python3-ampache

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

Fixed albums request #10

Open SimonHova opened 2 years ago

SimonHova commented 2 years ago

All the requests do a search for a variable named filter, except for albums, which used filter_str. Fixed it.

lachlan-00 commented 2 years ago

thanks, will fix up now!

lachlan-00 commented 2 years ago

Actually i just read it, it should be popping the dict title which is 'filter'?

image