Skip to content

Commit

Permalink
don't SetCachedVideoThumb after setting the channel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Marshall committed May 8, 2012
1 parent 95132d6 commit 58bed30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -247,7 +247,6 @@ bool CDVDInputStreamHTSP::UpdateItem(CFileItem& item)
CFileItem current(item);
CHTSPSession::ParseItem(channel, m_tag, m_event, item);
item.SetThumbnailImage(channel.icon);
item.SetCachedVideoThumb();
return current.GetPath() != item.GetPath()
|| current.m_strTitle != item.m_strTitle;
}
Expand Down
1 change: 0 additions & 1 deletion xbmc/filesystem/HTSPSession.cpp
Expand Up @@ -645,7 +645,6 @@ bool CHTSPSession::ParseItem(const SChannel& channel, int tagid, const SEvent& e
item.m_strTitle = tag->m_strTitle;
item.SetThumbnailImage(channel.icon);
item.SetMimeType("video/X-htsp");
item.SetCachedVideoThumb();
return true;
}

Expand Down

0 comments on commit 58bed30

Please sign in to comment.