spotify.cr icon indicating copy to clipboard operation
spotify.cr copied to clipboard

Join inner classes with Main Models

Open marceloboeira opened this issue 8 years ago • 1 comments

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.

marceloboeira avatar Mar 20 '16 13:03 marceloboeira

I could work on this refactor

bronzdoc avatar Mar 20 '16 15:03 bronzdoc