mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
18 lines
514 B
HTML
18 lines
514 B
HTML
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage noSecondaryNavPage" data-title="${MetadataManager}">
|
|
|
|
<style>
|
|
#editItemMetadataPage .editMetadataForm {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
<div class="editPageSidebar" style="overflow:auto;">
|
|
<div class="libraryTree">
|
|
<ul></ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="editPageInnerContent padded-top padded-bottom-page">
|
|
</div>
|
|
</div>
|
|
</div>
|