Moved frontend functions to deemix.app.main and added artist support
This commit is contained in:
@ -253,7 +253,7 @@ class Deezer:
|
||||
i += 1
|
||||
|
||||
def stream_track(self, track_id, url, stream):
|
||||
request = requests.get(url, stream=True)
|
||||
request = requests.get(url, headers=self.http_headers, stream=True)
|
||||
request.raise_for_status()
|
||||
blowfish_key = str.encode(self._get_blowfish_key(str(track_id)))
|
||||
i = 0
|
||||
|
Reference in New Issue
Block a user