Skip to content

Commit

Permalink
Fix soundcloud downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed May 15, 2021
1 parent 1f2a04e commit f6ddb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamrip/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def add_track_meta(self, track: dict):
self.copyright = safe_get(track, "publisher_metadata", "p_line")
self.tracknumber = 0
self.tracktotal = 0
self.quality = 0

else:
raise ValueError(self.__source)
Expand Down

0 comments on commit f6ddb8c

Please sign in to comment.