rm comments
This commit is contained in:
@ -391,20 +391,6 @@ class RadioUtil:
|
||||
"Populated active playlists with %s items",
|
||||
len(self.active_playlist),
|
||||
)
|
||||
|
||||
# logging.info(
|
||||
# "Adding genre data..."
|
||||
# )
|
||||
|
||||
# artist_genre = self.get_genres([
|
||||
# str(r.get('artist')) for r in self.active_playlist])
|
||||
|
||||
|
||||
# for item in self.active_playlist:
|
||||
# artist = double_space.sub(" ", item["artist"]).strip()
|
||||
# item['genre'] = artist_genre[artist]
|
||||
|
||||
# logging.info("Genre data added.")
|
||||
|
||||
random.shuffle(self.active_playlist)
|
||||
|
||||
|
Reference in New Issue
Block a user