jellyfin-web/dashboard-ui/playlist.html
2015-01-18 00:45:10 -05:00

18 lines
399 B
HTML

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