engine/src/PodcastUtils.cpp
branchRCL_3
changeset 257 f5377b5817a0
parent 159 004508c4f714
child 333 c80c7fb835c2
--- 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;
 		}