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/livetvitems.html

18 lines
587 B
HTML
Raw Normal View History

2015-03-14 16:56:50 -04:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
2015-03-14 16:56:50 -04:00
</head>
<body>
2015-08-02 13:02:23 -04:00
<div id="liveTvItemsPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvitems,scripts/queryfilters,livetvcss" data-backbutton="true" data-menubutton="false">
2015-03-14 16:56:50 -04:00
<div data-role="content">
<div class="viewSettings">
<div class="listTopPaging"></div>
</div>
<div id="items" class="itemsContainer paddedItemsContainer"></div>
</div>
</div>
</body>
</html>