Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ void Scheduler::HandleIdleShutdown(
// the frontend may have connected then gone idle between scheduler runs
if (blockShutdown)
{
if (m_mainServer->isClientConnected())
if (m_mainServer->isClientConnected(true))
{
LOG(VB_GENERAL, LOG_NOTICE, "Client is connected, removing startup block on shutdown");
blockShutdown = false;
Expand Down