branch | symbian1 |
changeset 246 | 140a404c6b53 |
parent 240 | 03e8cc4066ba |
child 336 | 3d6c1417e8bd |
--- a/engine/src/PodcastUtils.cpp Sat Oct 16 19:49:47 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; }