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

18 lines
447 B
HTML
Raw Normal View History

2014-04-14 23:54:52 -04:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
2014-04-14 23:54:52 -04:00
</head>
<body>
<div id="nowPlayingPage" data-role="page" class="page libraryPage nowPlayingPage noSecondaryNavPage" data-contextname="${TitleRemoteControl}" data-theme="b" data-require="scripts/nowplayingpage">
2014-04-14 23:54:52 -04:00
<div class="remoteControlContent">
2015-09-25 22:31:13 -04:00
</div>
2015-06-26 11:53:49 -04:00
<div data-role="content" style="overflow:visible;">
</div>
2014-04-14 23:54:52 -04:00
</div>
</body>
</html>