aboutsummaryrefslogtreecommitdiff
path: root/xbmc/pvr/epg/Epg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/pvr/epg/Epg.cpp')
-rw-r--r--xbmc/pvr/epg/Epg.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xbmc/pvr/epg/Epg.cpp b/xbmc/pvr/epg/Epg.cpp
index 4e7ae97fe2..a6724421bd 100644
--- a/xbmc/pvr/epg/Epg.cpp
+++ b/xbmc/pvr/epg/Epg.cpp
@@ -501,13 +501,7 @@ bool CPVREpg::Update(const time_t start, const time_t end, int iUpdateTime, bool
bGrabSuccess = LoadFromClients(start, end);
if (bGrabSuccess)
- {
- CPVRChannelPtr channel(CServiceBroker::GetPVRManager().GetPlayingChannel());
- if (channel &&
- channel->EpgID() == m_iEpgID)
- CServiceBroker::GetPVRManager().ResetPlayingTag();
m_bLoaded = true;
- }
else
CLog::LogF(LOGERROR, "Failed to update table '%s'", Name().c_str());