jellyfin-web/dashboard-ui/playlist.html

18 lines
367 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2013-04-18 21:27:16 -07:00
<title></title>
</head>
<body>
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
2013-06-07 10:23:23 -07:00
<div class="ui-bar-c parentName">Now Playing</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>