mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fixes #401 - Collection Type: Add Photos
This commit is contained in:
parent
84967db8b9
commit
d713240a1d
@ -54,7 +54,10 @@
|
||||
</p>
|
||||
|
||||
<p class="fieldDescription">
|
||||
Anything not listed, including custom media types supported by plugins (e.g. photos, games) should be classified as general or mixed content.
|
||||
Anything unlisted should be classified as general or mixed content.
|
||||
</p>
|
||||
<p class="fieldDescription">
|
||||
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -238,10 +238,12 @@
|
||||
{ name: "General or mixed content", value: "" },
|
||||
{ name: "Adult videos", value: "adultvideos" },
|
||||
{ name: "Box sets", value: "boxsets" },
|
||||
{ name: "Games*", value: "games" },
|
||||
{ name: "Home videos", value: "homevideos" },
|
||||
{ name: "Movies", value: "movies" },
|
||||
{ name: "Music", value: "music" },
|
||||
{ name: "Music videos", value: "musicvideos" },
|
||||
{ name: "Photos*", value: "photos" },
|
||||
{ name: "Trailers", value: "trailers" },
|
||||
{ name: "TV shows", value: "tvshows" }
|
||||
|
||||
|
@ -44,7 +44,10 @@
|
||||
</p>
|
||||
|
||||
<p class="fieldDescription">
|
||||
Anything not listed, including custom media types supported by plugins (e.g. photos, games) should be classified as general or mixed content.
|
||||
Anything unlisted should be classified as general or mixed content.
|
||||
</p>
|
||||
<p class="fieldDescription">
|
||||
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user