1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

support video_ts.nfo

This commit is contained in:
Luke Pulverenti 2015-05-15 11:46:20 -04:00
parent 4b2be0b97a
commit 91f96dbe68
42 changed files with 343 additions and 510 deletions

View file

@ -4,7 +4,7 @@
<title>${TitleDevices}</title>
</head>
<body>
<div id="devicePage" data-role="page" class="page type-interior devicesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices">
<div id="devicePage" data-role="page" class="page type-interior devicesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices" data-require="scripts/device">
<div data-role="content">
<div class="content-primary">
@ -54,9 +54,6 @@
</div>
</div>
</div>
<script type="text/javascript">
$('.deviceForm').off('submit', DevicePage.onSubmit).on('submit', DevicePage.onSubmit);
</script>
</div>
</body>
</html>