mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
don't save metadata when video content type is unset
This commit is contained in:
parent
58672e6b65
commit
aa576157fc
8 changed files with 20 additions and 15 deletions
|
@ -9,9 +9,14 @@
|
|||
<div data-role="content">
|
||||
|
||||
<div class="ui-corner-all ui-shadow wizardContent">
|
||||
<h2>
|
||||
<img src="css/images/mblogoicon.png" />${HeaderSetupLibrary}</h2>
|
||||
|
||||
|
||||
<div>
|
||||
<h2 style="display:inline-block;">
|
||||
<img src="css/images/mblogoicon.png" />${HeaderSetupLibrary}
|
||||
</h2>
|
||||
<a href="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" target="_blank" class="accentButton accentButton-g" style="margin-top:-8px;margin-left:1em;"><i class="fa fa-info-circle"></i>${ButtonHelp}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div id="divMediaLibrary">
|
||||
<p>
|
||||
|
@ -19,7 +24,6 @@
|
|||
</p>
|
||||
<div id="divVirtualFolders"></div>
|
||||
</div>
|
||||
<p><a href="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" target="_blank">${ReferToMediaLibraryWiki}</a></p>
|
||||
|
||||
<div data-role="popup" id="popupEnterText" class="popup">
|
||||
|
||||
|
@ -28,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
<form id="textEntryForm" style="min-width:200px;">
|
||||
<form id="textEntryForm" style="width:280px;">
|
||||
<div id="fldCollectionType" style="margin:.5em 0 1.5em;">
|
||||
<label for="selectCollectionType">${LabelContentType}</label>
|
||||
<select id="selectCollectionType" name="selectCollectionType" data-mini="true"></select>
|
||||
|
@ -52,7 +56,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div class="wizardNavigation">
|
||||
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
|
||||
<button type="button" data-iconpos="right" data-icon="arrow-r" data-inline="true" onclick="WizardLibraryPage.next();">${LabelNext}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue