linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [379] Fix the HD preferred link selection.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [379] Fix the HD preferred link selection.
Date: Mon, 31 Dec 2012 14:20:19 +0000

Revision: 379
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=379
Author:   valkov
Date:     2012-12-31 14:20:02 +0000 (Mon, 31 Dec 2012)
Log Message:
-----------
Fix the HD preferred link selection. This bug was caused the code and
interface changed.

Modified Paths:
--------------
    trunk/src/lm_create_video_object.js

Modified: trunk/src/lm_create_video_object.js
===================================================================
--- trunk/src/lm_create_video_object.js 2012-12-31 12:01:48 UTC (rev 378)
+++ trunk/src/lm_create_video_object.js 2012-12-31 14:20:02 UTC (rev 379)
@@ -267,6 +267,9 @@
     }
 
     var controls = this.create_controls(object_data);
+    // Set the link if the an HD preferred link was computed in the
+    // controls code.
+    object_tag.setAttribute("data", object_data.link);
     container.appendChild(controls);
 
     var site_player =  this.get_flash_video_object(id);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]