-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
The playing now API is currently REST. We want event-based tracking of the same and need something like a socket io connection for it.
Use-case: ListenBrainz Android App
The playing now API is currently REST. We want event-based tracking of the same and need something like a socket io connection for it.
Use-case: ListenBrainz Android App
Thanks to @lucifer, we found out that the sockets have already been created, as can be seen on https://github.com/metabrainz/listenbrainz-server/blob/550de8b2d1ca22b05ceb8d31552f0566fadd02e0/frontend/js/src/user/Listens.tsx#L202
Hence, closing this ticket.