Skip to content

Commit

Permalink
Update ampache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Mar 22, 2023
1 parent 6fa9001 commit 9b3d40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ampache.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def browse(self, filter_str: str = False, object_type: str = False, catalog: int
data.pop('update')
data = urllib.parse.urlencode(data)
full_url = ampache_url + '?' + data
ampache_response = self.fetch_url(full_url, self.AMPACHE_API, 'list')
ampache_response = self.fetch_url(full_url, self.AMPACHE_API, 'browse')
if not ampache_response:
return False
return self.return_data(ampache_response)
Expand Down

0 comments on commit 9b3d40a

Please sign in to comment.