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

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

[linterna-magica-commit] [44] Change the HD links support for blip.tv, s


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [44] Change the HD links support for blip.tv, so links are ordered from lower to higher quality.
Date: Sat, 09 Apr 2011 15:47:18 +0000

Revision: 44
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=44
Author:   valkov
Date:     2011-04-09 15:47:18 +0000 (Sat, 09 Apr 2011)
Log Message:
-----------
Change the HD links support for blip.tv, so links are ordered from lower to 
higher quality.

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

Modified: trunk/src/lm_site_bliptv.js
===================================================================
--- trunk/src/lm_site_bliptv.js 2011-04-09 14:07:53 UTC (rev 43)
+++ trunk/src/lm_site_bliptv.js 2011-04-09 15:47:18 UTC (rev 44)
@@ -52,7 +52,7 @@
        link.url = "http://blip.tv/file/get/"+raw_url[raw_url.length-1]+
            "?referrer=blip.tv&source=1&use_direct=1&use_documents=1";
 
-       hd_links.push(link);
+       hd_links.unshift(link);
     }
 
     return hd_links;




reply via email to

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