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:
parent
63231eb850
commit
84b8a7653d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue