jellyfin-web/dashboard-ui/favorites.html
2015-11-13 23:19:05 -05:00

16 lines
384 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Emby</title>
</head>
<body>
<div id="favoritesPage" data-role="page" class="page homePage libraryPage allLibraryPage noSecondaryNavPage" data-title="${TabFavorites}" data-require="scripts/favorites">
<div data-role="content">
<div class="sections favoriteSections"></div>
</div>
</div>
</body>
</html>