[SCM] kodi-pvr-vdr-vnsi/master: consider cient setting for timeshift
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Feb 28 15:46:52 UTC 2016
The following commit has been merged in the master branch:
commit 3db7ac6b98f30dc58fd984bb8a57611509b06d13
Author: Rainer Hochecker <fernetmenta at online.de>
Date: Sun Jan 17 09:12:37 2016 +0100
consider cient setting for timeshift
diff --git a/src/VNSIDemux.cpp b/src/VNSIDemux.cpp
index fcfcdaa..e320bc6 100644
--- a/src/VNSIDemux.cpp
+++ b/src/VNSIDemux.cpp
@@ -206,7 +206,7 @@ bool cVNSIDemux::SwitchChannel(const PVR_CHANNEL &channelinfo)
vrp2.init(VNSI_CHANNELSTREAM_OPEN);
vrp2.add_U32(channelinfo.iUniqueId);
vrp2.add_S32(g_iPriority);
- vrp2.add_U8(1);
+ vrp2.add_U8(g_iTimeshift);
if (!ReadSuccess(&vrp2))
{
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list