Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't clear streams when sending new subscription message, it is
not necessary
  • Loading branch information
Jalle19 committed Jan 4, 2014
1 parent 9021115 commit 2e82c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/pvr.hts/src/HTSPDemux.cpp
Expand Up @@ -220,7 +220,6 @@ bool CHTSPDemux::SwitchChannel(const PVR_CHANNEL &channelinfo)
else
{
m_channel = channelinfo.iUniqueId;
m_streams.Clear();

return true;
}
Expand Down

0 comments on commit 2e82c09

Please sign in to comment.