diff --git a/components/home/Home.brs b/components/home/Home.brs index 70534e0d..f7699cd8 100644 --- a/components/home/Home.brs +++ b/components/home/Home.brs @@ -5,4 +5,8 @@ end sub function refresh() m.top.findNode("homeRows").callFunc("updateHomeRows") +end function + +function loadLibraries() + m.top.findNode("homeRows").callFunc("loadLibraries") end function \ No newline at end of file diff --git a/components/home/Home.xml b/components/home/Home.xml index 6ebb6fa3..42538e8d 100644 --- a/components/home/Home.xml +++ b/components/home/Home.xml @@ -9,6 +9,7 @@ +