[SCM] kodi-pvr-hts/master: Fix recording state parsing

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


The following commit has been merged in the master branch:
commit ab7eab399e444f73d2619efb28849aee2d1237e6
Author: Glenn-1990 <g_christiaensen at msn.com>
Date:   Tue Oct 20 19:38:40 2015 +0200

    Fix recording state parsing

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index 7b0af86..7277770 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -1717,7 +1717,7 @@ void CTvheadend::ParseRecordingAddOrUpdate ( htsmsg_t *msg, bool bAdd )
     else if (strstr(state, "missed") != NULL)
       rec.SetState(PVR_TIMER_STATE_ERROR);
     else if (strstr(state, "invalid") != NULL)
-      rec.SetStart(PVR_TIMER_STATE_ERROR);
+      rec.SetState(PVR_TIMER_STATE_ERROR);
   }
 
   /* Add optional fields */

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list