Skip to content

Commit

Permalink
Merge pull request and3rson#42 from agg23/LibraryUUIDFix
Browse files Browse the repository at this point in the history
Fixed library tracks not playing
  • Loading branch information
ValentijnvdBeek authored Sep 19, 2018
2 parents 3059c6f + 2ab5aaf commit 6088849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clay/core/gp/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def on_get_url(url, error):
if client.gp.is_subscribed:
track_id = self.store_id
else:
track_id = self.library_id
track_id = str(self.library_id)
client.gp.get_stream_url_async(track_id, callback=on_get_url)

@synchronized
Expand Down

0 comments on commit 6088849

Please sign in to comment.