mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
18 lines
358 B
HTML
18 lines
358 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
|
|
|
|
<div class="parentName">Now Playing</div>
|
|
<div data-role="content">
|
|
|
|
<div id="playlist" class="detailTableContainer">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|