There's a bug in the "related videos" section of harmattan version. Search and play any video, go to related videos and then select a video from the list. No matter which video you select in the list, Cutetube always shows the info for the first video. The following change in RelatedVideosPage.qml solves the issue Change this line: goToRelatedVideo(videoListModel.get(index)); To: goToRelatedVideo(index); Can you include this fix in the next version for N9 ?