FIX: Allow "Scan for new content" on folders
authorChris "Koying" Browet <cbro@semperpax.com>
Tue, 23 Apr 2013 10:36:46 +0000 (12:36 +0200)
committerChris "Koying" Browet <cbro@semperpax.com>
Wed, 24 Apr 2013 10:18:05 +0000 (12:18 +0200)
xbmc/video/windows/GUIWindowVideoNav.cpp

index edc74e9..6aae57c 100644 (file)
@@ -1063,8 +1063,7 @@ void CGUIWindowVideoNav::GetContextButtons(int itemNumber, CContextButtons &butt
             if (info && info->Content() != CONTENT_NONE)
             {
               buttons.Add(CONTEXT_BUTTON_SET_CONTENT, 20442);
-              if (info && g_application.IsVideoScanning())
-                buttons.Add(CONTEXT_BUTTON_SCAN, 13349);
+              buttons.Add(CONTEXT_BUTTON_SCAN, 13349);
             }
             else
               buttons.Add(CONTEXT_BUTTON_SET_CONTENT, 20333);