From b4941a4e447b43372ec861f5269e62358bb524b5 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 14 Mar 2021 23:40:01 -0400 Subject: [PATCH] #277 TV Guide start with correct zoom settings. --- web/controllers/guide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/controllers/guide.js b/web/controllers/guide.js index 1cbbb75..aa65776 100644 --- a/web/controllers/guide.js +++ b/web/controllers/guide.js @@ -340,6 +340,7 @@ module.exports = function ($scope, $timeout, dizquetv) { } } + $scope.adjustZoom(); $scope.refresh(); $scope.checkUpdates = async () => {