diff options
author | vdrfan <vdrfan@svn> | 2009-11-20 15:24:57 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2009-11-20 15:24:57 +0000 |
commit | 0cfeec599bd17b7d30a18962225d9b61ca04eb73 (patch) | |
tree | 90fa4a006016f3dbe1112cfc5080bfb10e11a317 | |
parent | 4333f1e23e75bc35c263db4e0e8252ddbc65e057 (diff) |
changed: reverted r24786
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24787 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/GUIWindowMusicNav.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/GUIWindowMusicNav.cpp b/xbmc/GUIWindowMusicNav.cpp index 4572b6cbd5..100e5b2e14 100644 --- a/xbmc/GUIWindowMusicNav.cpp +++ b/xbmc/GUIWindowMusicNav.cpp @@ -625,7 +625,7 @@ void CGUIWindowMusicNav::GetContextButtons(int itemNumber, CContextButtons &butt if (database.GetMatchingMusicVideo(item->GetMusicInfoTag()->GetArtist(),item->GetMusicInfoTag()->GetAlbum(),item->GetMusicInfoTag()->GetTitle()) > -1) buttons.Add(CONTEXT_BUTTON_PLAY_OTHER, 20401); } - if (item->HasVideoInfoTag() && item->IsVideoDb() && !item->m_bIsFolder) + if (item->HasVideoInfoTag() && !item->m_bIsFolder) { if (item->GetVideoInfoTag()->m_playCount > 0) buttons.Add(CONTEXT_BUTTON_MARK_UNWATCHED, 16104); //Mark as UnWatched |