From 6ccfa18e4f767ea5da9451441a2e8ab6654b443c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 24 Jan 2016 14:39:03 -0500 Subject: [PATCH] fix photo page error --- dashboard-ui/scripts/photos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/photos.js b/dashboard-ui/scripts/photos.js index c57de1c690..5bf5c621d0 100644 --- a/dashboard-ui/scripts/photos.js +++ b/dashboard-ui/scripts/photos.js @@ -1,6 +1,6 @@ (function ($, document) { - var view = LibraryBrowser.getDefaultItemsView('Poster', 'Poster'); + var view = 'Poster'; var data = {}; function getQuery(tab) {