media-player: Don't forget to init cancellable
Otherwise cancelling will have no effect and we might end up accessing free'd memory.
Fixes 2ca14878 ("media-player: Use MPRIS manager") Closes: #1234 (closed)
Likely fixes the issue as the error
in the bt
is NULL
so we didn't cancel and hit already free'd memory.
Signed-off-by: Guido Günther agx@sigxcpu.org