Skip to content

Commit

Permalink
no preferred quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Raas Ahsan committed Jan 22, 2019
1 parent ef8f9bf commit 91fe4a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apophis/cmds/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ async def fetch_song(context, message, link: str):
'format': 'bestaudio/best',
'postprocessors': [{
'key': 'FFmpegExtractAudio',
'preferredcodec': 'mp3',
'preferredquality': '192',
'preferredcodec': 'mp3'
}],
'outtmpl': path + '/' + str(sid[0]['id']) + '.%(ext)s',
'quiet': False
Expand Down

0 comments on commit 91fe4a8

Please sign in to comment.