Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
136 stars 4 forks source link

[improvement] View models implement IDelegatable #245

Closed yoshiask closed 1 year ago

yoshiask commented 1 year ago

Overview

Closes #241

Every relevant class in the ViewModel layer now exposes the model they wrap via IDelegatable<T>. See linked issue for details.

Checklist

This PR meets the following requirements:

Additional info

Not provided