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
358 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2013-04-19 00:27:16 -04:00
<title></title>
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="b">
2013-12-22 12:16:24 -05:00
<div class="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>