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

18 lines
367 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2013-04-19 00:27:16 -04:00
<title></title>
</head>
<body>
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
2013-06-07 13:23:23 -04:00
<div class="ui-bar-c parentName">Now Playing</div>
2013-04-19 00:27:16 -04:00
<div data-role="content">
2013-06-07 13:23:23 -04:00
2013-06-07 12:06:32 -04:00
<div id="playlist" class="detailTableContainer">
</div>
2013-04-19 00:27:16 -04:00
</div>
</div>
</body>
</html>