[SCM] kodi-pvr-hts/master: drop an unnecessary check

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 5cf6cb0cc987a74c111337c5ca4584cd585f2cc7
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sun Oct 18 10:34:33 2015 +0300

    drop an unnecessary check

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index 83fbc47..211ca59 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -2019,7 +2019,7 @@ bool CTvheadend::DemuxOpen( const PVR_CHANNEL &chn )
   m_dmx_active->Weight(SUBSCRIPTION_WEIGHT_POSTTUNING);
   ret = oldest->Open(chn.iUniqueId, SUBSCRIPTION_WEIGHT_NORMAL);
   m_dmx_active = oldest;
-  if (ret && m_dmx.size() > 1)
+  if (ret)
     PredictiveTune(prevId, chn.iUniqueId);
   return ret;
 }

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list