update translations

This commit is contained in:
Luke Pulverenti 2014-06-17 13:46:52 -04:00
parent d12c2644e7
commit 5412ab129e
4 changed files with 40 additions and 22 deletions

View file

@ -20,9 +20,11 @@
function reloadFromChannel(page, channel, index) {
var screenWidth = $(window).width();
var options = {
Limit: 7,
Limit: screenWidth >= 1920 ? 10 : (screenWidth >= 1440 ? 8 : (screenWidth >= 800 ? 6 : 6)),
Fields: "PrimaryImageAspectRatio",
Filters: "IsUnplayed",
UserId: Dashboard.getCurrentUserId(),