MediaBrowser / Emby.WindowsPhone

Emby for Windows Phone
http://emby.media
GNU General Public License v2.0
55 stars 17 forks source link

Music not playing individual tracks #211

Closed ScottIsAFool closed 9 years ago

ScottIsAFool commented 9 years ago

If you set the app to play just one track, it wasn't playing it because the playlist count was 1 and the check in the audioplayer was to see if the track id was the same as the count, if so, then it assumed it was at the end of the playlist, this was incorrect if only one track was being played.

ScottIsAFool commented 9 years ago

Fixed in .66