mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
67627ab9c8
commit
ee232fda12
2 changed files with 6 additions and 2 deletions
|
@ -32,11 +32,14 @@
|
||||||
<input type="number" id="txtWebSocketPortNumber" name="txtWebSocketPortNumber" pattern="[0-9]*" required="required" min="1" />
|
<input type="number" id="txtWebSocketPortNumber" name="txtWebSocketPortNumber" pattern="[0-9]*" required="required" min="1" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Images By Name</h2>
|
<h2>Images By Name Folder</h2>
|
||||||
<ul data-role="listview" class="ulForm">
|
<ul data-role="listview" class="ulForm">
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" id="chkEnableCustomIBNPath" name="chkEnableCustomIBNPath" />
|
<input type="checkbox" id="chkEnableCustomIBNPath" name="chkEnableCustomIBNPath" />
|
||||||
<label for="chkEnableCustomIBNPath">Use custom IBN path</label>
|
<label for="chkEnableCustomIBNPath">Use custom IBN path</label>
|
||||||
|
<div class="fieldDescription">
|
||||||
|
This folder contains actor, artist, genre and studio images.
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li id="fieldEnterIBNPath" style="display: none;">
|
<li id="fieldEnterIBNPath" style="display: none;">
|
||||||
<label for="txtItemsByNamePath">Images by name path: </label>
|
<label for="txtItemsByNamePath">Images by name path: </label>
|
||||||
|
|
|
@ -334,7 +334,8 @@
|
||||||
|
|
||||||
html += LibraryBrowser.getPosterDetailViewHtml({
|
html += LibraryBrowser.getPosterDetailViewHtml({
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
useAverageAspectRatio: true
|
useAverageAspectRatio: true,
|
||||||
|
preferBackdrop: true
|
||||||
});
|
});
|
||||||
|
|
||||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue