]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
Updated activity_monitor.c - metadata publishing wrong codes 1023/head
authorminix1234 <48591487+minix1234@users.noreply.github.com>
Fri, 12 Jun 2020 13:03:30 +0000 (09:03 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 13:03:30 +0000 (09:03 -0400)
commit70f60fcd8a20c1f0046fae0c83f1ce50d78c951a
tree514512d74e7c970badcd528882a426bfab388f7a
parent19a7bd496975a61fdc43003bc35ac1e65f7ed1d6
Updated activity_monitor.c - metadata publishing wrong codes

Found that MQTT activity_start: abeg and activity_end: aend topics where never being published. instead immediately after a play session started a play_end: pend topic was sent.  Also after the activity_timout a duplicate play_end was received.

This commit fixes those bugs.
activity_monitor.c