Skip to content

Commit

Permalink
Fixed #34 Trakt TV Images.
Browse files Browse the repository at this point in the history
Recalling Trakt TV once again to reuse cache images.
  • Loading branch information
SensehacK committed Jun 30, 2018
1 parent 0cd52fe commit 66166dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2406,13 +2406,17 @@ <h4 class="widget-title">Latest Tweets</h4>
outputTVStrNo = 1;
showTitleStrNo = 1;
showEpTitleStrNo = 1;
//Calling function once again to Make sure image cached are also reused overall.
//Which leads to using the cache images synchronously in one order & text + images are in sync.
// Still as a third backup plan I tried calling fullImageDisplayTV() function but maybe it doesnt work like that.

showTrakt();

// window.location.reload(false);
}

// location.reload(false);
fullImageDisplayTV();
// fullImageDisplayTV();
console.log("reloaded the command page")

}
Expand Down

0 comments on commit 66166dd

Please sign in to comment.