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

7 lines
278 B
HTML
Raw Normal View History

2016-03-16 01:33:31 -04:00
<div id="favoritesPage" data-role="page" class="page homePage libraryPage allLibraryPage noSecondaryNavPage" data-title="${TabFavorites}" data-require="scripts/favorites">
2015-09-24 13:08:10 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
2015-09-24 13:08:10 -04:00
2016-03-16 01:33:31 -04:00
<div class="sections favoriteSections"></div>
2015-09-24 13:08:10 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>