From 4592c5e98c96f46157ce46206ba4005a95f7f774 Mon Sep 17 00:00:00 2001 From: chriszero Date: Mon, 19 Jan 2015 18:46:16 +0100 Subject: Fixes segfault in plugin 3dcontrol. --- hlsPlayerControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlsPlayerControl.cpp b/hlsPlayerControl.cpp index 5144649..b4b93df 100644 --- a/hlsPlayerControl.cpp +++ b/hlsPlayerControl.cpp @@ -31,7 +31,7 @@ cHlsPlayerControl::cHlsPlayerControl(cHlsPlayer* Player, plexclient::Video* Vide lastSpeed = -2; // an invalid value timeoutShow = 0; - cStatus::MsgReplaying(this, m_title.c_str(), NULL, true); + cStatus::MsgReplaying(this, m_title.c_str(), Video->m_pMedia->m_sPartFile.c_str(), true); } cHlsPlayerControl::~cHlsPlayerControl() -- cgit v1.2.3