diff --git a/dashboard-ui/scripts/movies.js b/dashboard-ui/scripts/movies.js index 8235be8e2..2b242e17a 100644 --- a/dashboard-ui/scripts/movies.js +++ b/dashboard-ui/scripts/movies.js @@ -152,7 +152,7 @@ $('#chk3D', this).on('change', function () { query.StartIndex = 0; - query.Is3D = this.checked ? this.getAttribute('data-filter') : null; + query.Is3D = this.checked ? true : null; reloadItems(page); });