add(metadata) search also for narrator if same title
This commit is contained in:
+3
-1
@@ -46,6 +46,7 @@
|
||||
</label>
|
||||
<label>Titel <input name="title" required /></label>
|
||||
<label>Autor(en) <input name="authors" /></label>
|
||||
<label>Sprecher <input name="narrator" /></label>
|
||||
<label>Serie <input name="series" /></label>
|
||||
<label>Band <input name="volume" type="number" min="0" /></label>
|
||||
<label
|
||||
@@ -180,7 +181,8 @@
|
||||
<button type="submit">Anlegen</button>
|
||||
</form>
|
||||
<p class="muted">
|
||||
Platzhalter: {Author} {Authors} {Title} {Year} {Series} {Volume}
|
||||
Platzhalter: {Author} {Authors} {Narrator} {Title} {Year} {Series}
|
||||
{Volume}
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user