Skip to content

Commit

Permalink
[cosmetics] remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
amet committed Jun 1, 2012
1 parent b5a1084 commit 6f9bb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/video/VideoDatabase.cpp
Expand Up @@ -4351,7 +4351,7 @@ bool CVideoDatabase::GetSetsByWhere(const CStdString& strBaseDir, const Filter &
pItem->GetVideoInfoTag()->m_playCount = iWatched >= (int)it->second.movies.size() ? (pItem->GetVideoInfoTag()->m_playCount / it->second.movies.size()) : 0;
pItem->SetProperty("total", (int)it->second.movies.size());
pItem->SetProperty("watched", iWatched);
pItem->SetProperty("unwatched", (int)it->second.movies.size() - iWatched);
pItem->SetProperty("unwatched", (int)it->second.movies.size() - iWatched);
pItem->SetOverlayImage(CGUIListItem::ICON_OVERLAY_UNWATCHED, pItem->GetVideoInfoTag()->m_playCount > 0);

if (!items.Contains(pItem->GetPath()))
Expand Down

0 comments on commit 6f9bb0f

Please sign in to comment.