diff -r 572d166c9421 -r f5377b5817a0 engine/src/PodcastUtils.cpp --- a/engine/src/PodcastUtils.cpp Tue Oct 19 12:53:24 2010 +0100 +++ b/engine/src/PodcastUtils.cpp Sat Oct 16 20:10:01 2010 +0100 @@ -314,7 +314,8 @@ { if (aUrl.Find(KVideoFormat1) != KErrNotFound || aUrl.Find(KVideoFormat2) != KErrNotFound || - aUrl.Find(KVideoFormat3) != KErrNotFound) + aUrl.Find(KVideoFormat3) != KErrNotFound || + aUrl.Find(KVideoFormat4) != KErrNotFound) { return ETrue; }