1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/channelitems.html

15 lines
507 B
HTML
Raw Normal View History

<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage noSecondaryNavPage" data-require="scripts/channelitems" data-menubutton="false">
2017-04-19 12:56:43 -04:00
<div class="padded-top padded-bottom-page">
2014-05-03 00:20:04 -04:00
2017-04-19 12:56:43 -04:00
<div class="viewSettings">
<div class="paging">
</div>
</div>
2017-04-29 22:41:55 -04:00
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right vertical-wrap centered"></div>
2016-07-30 00:21:03 -04:00
<div class="paging">
</div>
2014-03-18 13:05:57 -04:00
</div>
2017-04-19 12:56:43 -04:00
2016-03-16 01:33:31 -04:00
</div>