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 Aug 28, 2024
1 parent 5786c71 commit 0db885b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ampache.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,6 @@ def song(self, filter_id: int):
INPUTS
* filter_id = (integer) $song_id
* get_lyrics = (integer) 0,1, if true fetch lyrics or try to find them using plugins //optional
"""
ampache_url = self.AMPACHE_URL + '/server/' + self.AMPACHE_API + '.server.php'
data = {'action': 'song',
Expand Down

0 comments on commit 0db885b

Please sign in to comment.