We get 160kbps, not 320kbps, from pyspotify
This commit is contained in:
parent
bb712a6d6e
commit
cf3e4aae5e
@ -39,7 +39,7 @@ class LibspotifyTranslator(object):
|
|||||||
track_no=spotify_track.index(),
|
track_no=spotify_track.index(),
|
||||||
date=date,
|
date=date,
|
||||||
length=spotify_track.duration(),
|
length=spotify_track.duration(),
|
||||||
bitrate=320,
|
bitrate=160,
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user