emby 4.8
This commit is contained in:
24
home/home.html
Normal file
24
home/home.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="view flex flex-direction-column withTabs">
|
||||
|
||||
<div class="tabContent tabContent-positioned flex flex-grow" data-index="0">
|
||||
|
||||
<div is="emby-scroller" data-horizontal="false" data-focusscroll="true" data-navcommands="card" data-forcescrollbar="true" class="scrollFrameY flex flex-grow" data-bindheader="true">
|
||||
|
||||
<div class="scrollSlider flex-grow padded-top-page">
|
||||
<div class="sections"></div>
|
||||
<div class="padded-bottom-page"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="tabContent tabContent-positioned flex flex-grow" data-index="1">
|
||||
<div is="emby-scroller" data-horizontal="false" data-focusscroll="true" data-navcommands="card" data-forcescrollbar="true" class="scrollFrameY flex flex-grow" data-bindheader="true">
|
||||
|
||||
<div class="scrollSlider flex-grow padded-top-page">
|
||||
<div class="sections"></div>
|
||||
<div class="padded-bottom-page"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user