Index: mythvideo/mythvideo/videofilter.cpp
===================================================================
--- mythvideo/mythvideo/videofilter.cpp	(revision 14949)
+++ mythvideo/mythvideo/videofilter.cpp	(working copy)
@@ -285,7 +285,7 @@
 
     if (matches && m_parental_level)
     {
-        matches = (mdata.ShowLevel() != ParentalLevel::plNone) &&
+        matches = (mdata.ShowLevel() == ParentalLevel::plNone) ||
                 (mdata.ShowLevel() <= m_parental_level);
     }
 
