mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 07:34:48 -04:00
Misc merge
This commit is contained in:
parent
583ae4edc4
commit
09cc6a1d3c
1 changed files with 0 additions and 8 deletions
|
@ -1099,14 +1099,6 @@ class Artist(Tracklist):
|
|||
def load_meta(self):
|
||||
"""Send an API call to get album info based on id."""
|
||||
self.meta = self.client.get(self.id, media_type="artist")
|
||||
<<<<<<< HEAD
|
||||
||||||| 24bf328
|
||||
# TODO find better fix for this
|
||||
self.name = self.meta['items'][0]['artist']['name']
|
||||
=======
|
||||
# TODO find better fix for this
|
||||
self.name = self.meta["items"][0]["artist"]["name"]
|
||||
>>>>>>> tidalmqa
|
||||
self._load_albums()
|
||||
|
||||
def _load_albums(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue