[SCM] kodi-pvr-hts/master: when a recording/timer is updated, always update recordings too

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:43 UTC 2016


The following commit has been merged in the master branch:
commit 0ed8fe65ca9e1c3996493227e473a0580215a3f5
Author: Sam Stenvall <neggelandia at gmail.com>
Date:   Sun Jul 26 19:49:43 2015 +0300

    when a recording/timer is updated, always update recordings too

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index 27ba9e4..6936c59 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -1809,8 +1809,7 @@ void CTvheadend::ParseRecordingAddOrUpdate ( htsmsg_t *msg, bool bAdd )
     if (m_asyncState.GetState() > ASYNC_DVR)
     {
       TriggerTimerUpdate();
-      if (rec.state == PVR_TIMER_STATE_RECORDING)
-        TriggerRecordingUpdate();
+      TriggerRecordingUpdate();
     }
   }
 }

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list