Skip to content

Commit

Permalink
Merge pull request opdenkamp#462 from jajoflo/master
Browse files Browse the repository at this point in the history
Modif so rule base timer (as in Media Portal) display properly in the timer screen.
  • Loading branch information
Lars Op den Kamp committed Mar 15, 2012
2 parents 7a0b769 + 89d09ee commit f0244c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/pvr/timers/PVRTimerInfoTag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void CPVRTimerInfoTag::UpdateSummary(void)
CSingleLock lock(m_critSection);
m_strSummary.clear();

if (!m_bIsRepeating)
if (!m_bIsRepeating || !m_iWeekdays)
{
m_strSummary.Format("%s %s %s %s %s",
StartAsLocalTime().GetAsLocalizedDate(),
Expand Down

0 comments on commit f0244c0

Please sign in to comment.