Skip to content
Snippets Groups Projects
Commit 2dcf1085 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-135] Increase digital signage max videos to 100

parent 213af2fa
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ UNL.digitalSignage = (function() { ...@@ -3,7 +3,7 @@ UNL.digitalSignage = (function() {
var height = 1080; var height = 1080;
var maxItems = { var maxItems = {
'news' : 5, 'news' : 5,
'videos' : 10 'videos' : 100
}; };
return { return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment