mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added library wiki links
This commit is contained in:
parent
f80d4b8907
commit
9a9b87b464
2 changed files with 4 additions and 3 deletions
|
@ -31,8 +31,8 @@
|
||||||
<div id="divVirtualFolders"></div>
|
<div id="divVirtualFolders"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<p>Read <a href="https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target="_blank">media library wiki.</a></p>
|
||||||
<div>Define images by <a href="index.html">browsing and editing collections.</a></div>
|
<p>Configure images by <a href="index.html">browsing and editing.</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup">
|
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup">
|
||||||
|
|
|
@ -17,12 +17,13 @@
|
||||||
<label for="chkUseDefaultLibrary">Use default media library</label>
|
<label for="chkUseDefaultLibrary">Use default media library</label>
|
||||||
</p>
|
</p>
|
||||||
<div id="divMediaLibrary">
|
<div id="divMediaLibrary">
|
||||||
<p class="editing_default">This is the <strong>default media library</strong> that will be shared with all users unless they setup their own.</p>
|
<p class="editing_default">This is the <strong>default media library</strong> that will be shared with all users unless they setup their own.</p>
|
||||||
<p>
|
<p>
|
||||||
<button type="button" data-icon="plus" onclick="MediaLibraryPage.addVirtualFolder();">Add media collection</button>
|
<button type="button" data-icon="plus" onclick="MediaLibraryPage.addVirtualFolder();">Add media collection</button>
|
||||||
</p>
|
</p>
|
||||||
<div id="divVirtualFolders"></div>
|
<div id="divVirtualFolders"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<p>Read <a href="https://github.com/MediaBrowser/MediaBrowser/wiki/Library-Structure" target="_blank">media library wiki.</a></p>
|
||||||
|
|
||||||
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup">
|
<div data-role="popup" id="popupEnterText" class="ui-corner-all popup">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue