made better

This commit is contained in:
Hellow2
2023-03-14 12:02:58 +01:00
parent 4056c736b9
commit f858b97a17
4 changed files with 3 additions and 43 deletions

View File

@@ -60,8 +60,4 @@ song = objects.Song(
song.compile()
print(song.option_string)
for album in song.album_collection:
print(album.option_string)
for artist in song.main_artist_collection:
print(artist.option_string)
print(song.options)