Skip to content

Commit

Permalink
add images for single track lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
impliedchaos committed Nov 29, 2022
1 parent eab12e8 commit dbc957a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mopidy_ytmusic/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ def getTrack(self, bId):
musicbrainz_id="",
last_modified=None,
)
self.addThumbnails(bId, tv['thumbnail'])
return self.TRACKS[bId]

def parseSearch(self, results, field=None, queries=[]):
Expand Down

0 comments on commit dbc957a

Please sign in to comment.