Closed cwilvx closed 2 years ago
A single track object is created but the album object is not created:
File "/home/cwilvx/code/alice/server/app/api/album.py", line 45, in get_album_tracks album = api.ALBUMS[index] TypeError: list indices must be integers or slices, not NoneType
Might be fixed by #70
fixed in another PR
A single track object is created but the album object is not created: