Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
uNiversaI authored and uNiversaI committed Jul 10, 2015
1 parent 7964a76 commit a1e5b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/video/VideoThumbLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ bool CVideoThumbLoader::FillLibraryArt(CFileItem &item)
// For episodes and seasons, we want to set fanart for that of the show
if (!item.HasArt("fanart") && tag.m_iIdShow >= 0)
{
if (tag.m_type == MediaTypeEpisode &&
if (tag.m_type == MediaTypeEpisode && tag.m_playCount == 0 &&
!CSettings::Get().GetBool("videolibrary.showunwatchedplots"))
item.SetArt("thumb","DefaultEpisodeHidden.png");

Expand Down

0 comments on commit a1e5b70

Please sign in to comment.