1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

take photos into the core

This commit is contained in:
Luke Pulverenti 2014-02-13 00:11:54 -05:00
parent b8eec7fef8
commit 72db499cf6
10 changed files with 133 additions and 77 deletions

View file

@ -159,7 +159,7 @@
html += '</ul>';
if (addPathMappingInfo) {
html += '<p>Use <a href="librarypathmapping.html">path substitution</a> to map server paths to network shares that clients are able to access.</p>';
html += '<p>Use <a href="librarypathmapping.html" style="font-weight:normal;">path substitution</a> to map server paths to network shares that clients are able to access.</p>';
}
html += '<p>';
@ -315,7 +315,7 @@
{ name: "Games*", value: "games" },
{ name: "Home videos", value: "homevideos" },
{ name: "Music videos", value: "musicvideos" },
{ name: "Photos*", value: "photos" },
{ name: "Photos", value: "photos" },
{ name: "Trailers", value: "trailers" },
{ name: "Adult videos", value: "adultvideos" },
{ name: "Mixed content", value: "mixed" }