Open madmaxoft opened 4 years ago
Currently the constructor takes a Song; there should be a constructor taking Song::SharedData, either in addition, or replacing the current one.
Song
Song::SharedData
Question: What happens if the SharedData contains no songs currently?
Currently the constructor takes a
Song
; there should be a constructor takingSong::SharedData
, either in addition, or replacing the current one.