mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
18 lines
399 B
HTML
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>
|