mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-02 12:34:53 +00:00
giving inits to those components without inits
This commit is contained in:
parent
531e668358
commit
e4b968f18f
2
components/collections/scene.brs
Normal file
2
components/collections/scene.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -15,4 +15,5 @@
|
||||
<OptionsSlider id="options" />
|
||||
|
||||
</children>
|
||||
<script type="text/brightscript" uri="scene.brs" />
|
||||
</component>
|
||||
|
2
components/config/data.brs
Normal file
2
components/config/data.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -5,4 +5,5 @@
|
||||
<field id="value" type="string" />
|
||||
<field id="type" type="string" />
|
||||
</interface>
|
||||
<script type="text/brightscript" uri="data.brs" />
|
||||
</component>
|
||||
|
2
components/library/scene.brs
Normal file
2
components/library/scene.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -12,4 +12,5 @@
|
||||
<field id="libraries" alias="LibrarySelect.libList" />
|
||||
<field id="librarySelected" alias="LibrarySelect.itemSelected" />
|
||||
</interface>
|
||||
<script type="text/brightscript" uri="scene.brs" />
|
||||
</component>
|
||||
|
2
components/movies/scene.brs
Normal file
2
components/movies/scene.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -15,4 +15,5 @@
|
||||
<OptionsSlider id="options" />
|
||||
|
||||
</children>
|
||||
<script type="text/brightscript" uri="scene.brs" />
|
||||
</component>
|
||||
|
2
components/search/scene.brs
Normal file
2
components/search/scene.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -4,4 +4,5 @@
|
||||
<SearchRow id="SearchSelect" visible="true" />
|
||||
<Overhang id="overhang" title="Search" />
|
||||
</children>
|
||||
<script type="text/brightscript" uri="scene.brs" />
|
||||
</component>
|
||||
|
2
components/tvshows/episode.brs
Normal file
2
components/tvshows/episode.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -17,4 +17,5 @@
|
||||
<field id="seasonData" type="node" />
|
||||
<field id="episodeData" type="node" alias="TVEpisodeSelect.TVEpisodeData" />
|
||||
</interface>
|
||||
<script type="text/brightscript" uri="episode.brs" />
|
||||
</component>
|
||||
|
2
components/tvshows/scene.brs
Normal file
2
components/tvshows/scene.brs
Normal file
@ -0,0 +1,2 @@
|
||||
sub init()
|
||||
end sub
|
@ -13,4 +13,5 @@
|
||||
<Pager id="pager" />
|
||||
<OptionsSlider id="options" />
|
||||
</children>
|
||||
<script type="text/brightscript" uri="scene.brs" />
|
||||
</component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user