fixed: parentheses warning - stupid vs ;)
authorvdrfan <vdrfan@xbmc.org>
Tue, 14 Aug 2012 08:41:23 +0000 (10:41 +0200)
committervdrfan <vdrfan@xbmc.org>
Tue, 14 Aug 2012 08:41:23 +0000 (10:41 +0200)
xbmc/video/VideoDatabase.cpp

index 4bb2fdf..8fd330a 100644 (file)
@@ -9163,7 +9163,7 @@ bool CVideoDatabase::GetFilter(const CDbUrl &videoUrl, Filter &filter)
     if (xsp.GetType() == itemType ||
         // handle episode listings with videodb://2/2/ which get the rest
         // of the path (season and episodeid) appended later
-        xsp.GetType() == "episodes" && itemType == "tvshows")
+        (xsp.GetType() == "episodes" && itemType == "tvshows"))
     {
       std::set<CStdString> playlists;
       filter.AppendWhere(xsp.GetWhereClause(*this, playlists));