Skip to content

Commit 5e76e3c

Browse files
author
xeros
committed
OpenLGTV BCM: update thumbshot url for bookmarks by nicola_12345
git-svn-id: http://svn.openlgtv.org.ru@1217 6f01ea5f-641d-df11-ac65-003048919802
1 parent 1cd7cb6 commit 5e76e3c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

OpenLGTV_BCM/trunk/Changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
* FIX: '3' (K_3) button handling in send_key.sh script and Remote Control page
5353
* FIX: msdl binary handling in msdl.sh
5454
* FIX: workaround in imdb.sh using data provider change to ScreenRush instead of IMDB
55+
* FIX: update thumbshot url for bookmarks by nicola_12345
5556
* ADD: TVN alternative service
5657
* ADD: 'showmsg' shell function to show 2-line messages on TV screen
5758
* ADD: more NetCast services

OpenLGTV_BCM/trunk/OpenLGTV_BCM-src/var/www/browser/mainpage.cgi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ function CreateBookmark() {
6060
{
6161
if (Bookmark['a' + i].Address.length != 0)
6262
{
63-
var imageSrc = "http://open.thumbshots.org/image.aspx?url=" + Bookmark['a' + i].Address;
63+
//var imageSrc = "http://open.thumbshots.org/image.aspx?url=" + Bookmark['a' + i].Address;
64+
var imageSrc = "http://images.thumbshots.com/image.aspx?cid=MOhxVQYY%2fd8%3d&v=1&w=150&url=" + Bookmark['a' + i].Address;
6465
// TODO: try to get rid of few document.getElementById() method calls
6566
document.getElementById('img' + i).src = imageSrc;
6667
var linkURL = Bookmark['a' + i].Address;

0 commit comments

Comments
 (0)