mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-30 09:40:52 +00:00
Fix helper respawning
This commit is contained in:
parent
3fe2bb30d5
commit
b4dcccbb78
@ -77,8 +77,7 @@ bool HelperLauncher::killHelper()
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
void HelperLauncher::gotMessage(const QVariantMap& message)
|
||||
{
|
||||
if (message.value("version").toString() != Version::GetVersionString() ||
|
||||
message.value("path").toString() != HelperPath())
|
||||
if (message.value("version").toString() != Version::GetVersionString())
|
||||
{
|
||||
QLOG_WARN() << "Running helper does not match our current version. Killing it and starting a new one.";
|
||||
killHelper();
|
||||
|
Loading…
Reference in New Issue
Block a user