engine/src/PodcastUtils.cpp
branch3rded
changeset 279 5a44ec2f6f4d
parent 275 e2c3225833c3
child 336 3d6c1417e8bd
--- 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;
 		}