jellyfin-web/dashboard-ui/playlist.html
2014-04-14 23:54:52 -04:00

18 lines
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleMediaBrowser}</title>
</head>
<body>
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="b">
<div class="parentName" style="text-align: center;">${HeaderNowPlaying}</div>
<div data-role="content">
<div id="playlist" class="detailTableContainer">
</div>
</div>
</div>
</body>
</html>