jellyfin-web/dashboard-ui/playlist.html

18 lines
399 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-04-14 20:54:52 -07:00
<title>${TitleMediaBrowser}</title>
</head>
<body>
2015-01-17 22:45:10 -07:00
<div id="playlistPage" data-role="page" class="page libraryPage">
2014-04-07 21:17:18 -07:00
<div class="parentName" style="text-align: center;">${HeaderNowPlaying}</div>
2013-04-18 21:27:16 -07:00
<div data-role="content">
2013-06-07 10:23:23 -07:00
2013-06-07 09:06:32 -07:00
<div id="playlist" class="detailTableContainer">
</div>
2013-04-18 21:27:16 -07:00
</div>
</div>
</body>
</html>