madmaxoft/SkauTan

DlgSongProperties: Change constructor to accept SharedData

madmaxoft opened this issue · 1 comments

Currently the constructor takes a Song; there should be a constructor taking Song::SharedData, either in addition, or replacing the current one.

Question: What happens if the SharedData contains no songs currently?