einsteinx2 / WaveBox

A free, open source personal media server written in C# and available on all platforms thanks to the Mono framework. GPL3 Licensed.
waveboxapp.com
GNU General Public License v3.0
32 stars 15 forks source link

Make NowPlaying model use an actual User object, instead of just a few fields #170

Closed mdlayher closed 11 years ago

mdlayher commented 11 years ago

We already pass the whole MediaItem as an object, so might as well do the User too, so we have easy access to more information for API clients.