Fix Audio/Radio reinitialization issue
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 6 Jan 2016 12:56:00 +0000 (13:56 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 6 Jan 2016 12:56:00 +0000 (13:56 +0100)
Audio and Radio plugins init() functions were re-creating
a new client context each time, but it is actually unwanted
as afb-radio <TokenRefresh> widgets uses this function to
initialize AND refresh the context.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>

No differences found