diff --git a/src/Player/PlayerProxy.cpp b/src/Player/PlayerProxy.cpp index c79ef642..ec0eb210 100644 --- a/src/Player/PlayerProxy.cpp +++ b/src/Player/PlayerProxy.cpp @@ -115,7 +115,6 @@ void PlayerProxy::setDirectProxy() { } if (mediaSource) { setMediaSource(mediaSource); - mediaSource->setListener(shared_from_this()); } }