diff -r e6aa20533d01 -r 5a44ec2f6f4d engine/src/PodcastUtils.cpp --- a/engine/src/PodcastUtils.cpp Sat Oct 23 17:11:38 2010 +0100 +++ b/engine/src/PodcastUtils.cpp Sat Oct 16 20:10:01 2010 +0100 @@ -322,7 +322,8 @@ { if (aUrl.Find(KVideoFormat1) != KErrNotFound || aUrl.Find(KVideoFormat2) != KErrNotFound || - aUrl.Find(KVideoFormat3) != KErrNotFound) + aUrl.Find(KVideoFormat3) != KErrNotFound || + aUrl.Find(KVideoFormat4) != KErrNotFound) { return ETrue; }