mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add basic open subtitle configuration
This commit is contained in:
parent
3b5259ce8e
commit
746a467d6a
20 changed files with 420 additions and 241 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>${TitleMetadata}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="metadataConfigurationPage" data-role="page" class="page type-interior">
|
||||
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage">
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
|||
<a href="metadataimages.html?type=games" data-role="button">${TabGames}</a>
|
||||
<a href="metadataimages.html?type=music" data-role="button">${TabMusic}</a>
|
||||
<a href="metadataimages.html?type=others" data-role="button">${TabOthers}</a>
|
||||
<a href="metadatasubtitles.html" data-role="button">${TabSubtitles}</a>
|
||||
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue