spotify.cr
spotify.cr copied to clipboard
Join inner classes with Main Models
Currently we have several unnecessary inner classes
- AlbumTrack -> Has the same attributes as Track, but some of the attributes are nil able.
- AlbumArtist -> Should be mapped as an Artist, because it has pretty much the same.
And so on, I guess that would make it simple to use.
I could work on this refactor