Enable play count with Remote

The purpose is to get the "Unplayed" tab for Podcasts in Remote
working, which requires that we increase the counter even when
playback is with Remote/RAOP (and not just iTunes streaming, which
was already working)
This commit is contained in:
ejurgensen 2013-10-26 23:13:02 +02:00
parent 63231eb850
commit 84b8a7653d
1 changed files with 2 additions and 0 deletions

View File

@ -1148,6 +1148,8 @@ source_check(void)
{
i++;
db_file_inc_playcount((int)cur_playing->id);
/* Stop playback if:
* - at end of playlist (NULL)
* - repeat OFF and at end of playlist (wraparound)