Fix undefined attribute in SpotifyTrack

dev
Michael Kuperfish Steinberg 2023-01-21 12:12:00 +02:00
rodzic 9d6ea9cb42
commit d90c486b07
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ from exceptions import SpotifyTrackException
class SpotifyTrack:
title = ''
spotify_id = ''
artist = ''
artists = []
album = None
thumbnail_href = ''