Skip to content

Commit a0b3371

Browse files
committed
ProgramRecPriority::UpdateList: Set default "state" to warning
1 parent 94eef3b commit a0b3371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mythtv/programs/mythfrontend/programrecpriority.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,8 @@ void ProgramRecPriority::UpdateList()
14311431
state = "normal";
14321432
else if (m_nowMatch[progInfo->GetRecordingRuleID()] > 0)
14331433
state = "running";
1434+
else
1435+
state = "warning";
14341436

14351437
InfoMap infoMap;
14361438
progInfo->ToMap(infoMap);

0 commit comments

Comments
 (0)