View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#1649
Originally Posted by dsawhney View Post
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 ?
I actually spotted this bug a while ago and thought I'd already fixed it. Turns out that I hadn't (probably confused it with the Symbian version), so thanks for reminding me. It's fixed now and there should be an update pretty soon. I'm just putting the finishing touches to the event-feed plugin and testing to ensure everything is OK with PR1.2.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post: