src/libmockspotify.h in mockspotify-0.1.6 vs src/libmockspotify.h in mockspotify-0.1.7

- old
+ new

@@ -78,10 +78,10 @@ }; struct sp_track { char name[1024]; int num_artists; - sp_artist *artists[16]; + sp_artist **artists; sp_album *album; int duration; int popularity; int disc; int index;