mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework channel checking
This commit is contained in:
parent
655c9cb48f
commit
1ebce22276
6 changed files with 26 additions and 23 deletions
|
@ -11,9 +11,9 @@
|
|||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="metadata.html" data-role="button">${TabBasics}</a>
|
||||
<a href="metadataimages.html" data-role="button">${TabCustomizations}</a>
|
||||
<a href="metadataimages.html" data-role="button">${TabAdvanced}</a>
|
||||
<a href="metadatasubtitles.html" data-role="button">${TabSubtitles}</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabAdvanced}</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabOther}</a>
|
||||
</div>
|
||||
|
||||
<form id="advancedMetadataConfigurationForm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue