Skip to content

Commit 0db885b

Browse files
committed
Update ampache.py
1 parent 5786c71 commit 0db885b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ampache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,6 @@ def song(self, filter_id: int):
12901290
12911291
INPUTS
12921292
* filter_id = (integer) $song_id
1293-
* get_lyrics = (integer) 0,1, if true fetch lyrics or try to find them using plugins //optional
12941293
"""
12951294
ampache_url = self.AMPACHE_URL + '/server/' + self.AMPACHE_API + '.server.php'
12961295
data = {'action': 'song',

0 commit comments

Comments
 (0)