mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
17 lines
447 B
HTML
17 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="nowPlayingPage" data-role="page" class="page libraryPage nowPlayingPage noSecondaryNavPage" data-contextname="${TitleRemoteControl}" data-theme="b" data-require="scripts/nowplayingpage">
|
|
|
|
<div class="remoteControlContent">
|
|
|
|
</div>
|
|
<div data-role="content" style="overflow:visible;">
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|