linnsongcast: always pass ReceiverState by reference
When ReceiverState
is passed by value, the error reason in
setReceiverPlaying()
and stopReceiver()
is always empty for the
caller.
Therefore, pass ReceiverState
by reference.
Only a few days left to support Framasoft! Help our not-for-profit raise our 2025 budget and fund Framagit & all our projects on support.framasoft.org.
Plus que quelques jours pour soutenir Framasoft ! Aidez notre association à boucler son budget 2025 afin de financer Framagit et tous nos projets sur soutenir.framasoft.org.
When ReceiverState
is passed by value, the error reason in
setReceiverPlaying()
and stopReceiver()
is always empty for the
caller.
Therefore, pass ReceiverState
by reference.