Ticket #4223: mythtv-videofilter.patch
| File mythtv-videofilter.patch, 491 bytes (added by , 18 years ago) |
|---|
-
mythvideo/mythvideo/videofilter.cpp
285 285 286 286 if (matches && m_parental_level) 287 287 { 288 matches = (mdata.ShowLevel() != ParentalLevel::plNone) &&288 matches = (mdata.ShowLevel() == ParentalLevel::plNone) || 289 289 (mdata.ShowLevel() <= m_parental_level); 290 290 } 291 291
