From d713240a1de5baf2518112dde00a19e928336365 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 20 Jul 2013 16:37:00 -0400 Subject: [PATCH] fixes #401 - Collection Type: Add Photos --- dashboard-ui/library.html | 5 ++++- dashboard-ui/scripts/medialibrarypage.js | 2 ++ dashboard-ui/wizardlibrary.html | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index dd3b470d27..706d0ee862 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -54,7 +54,10 @@

- 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. +

+

+ * Requires the use of a plugin, e.g. GameBrowser or MB Photos.

diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index cae775e34f..73f281ebeb 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -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" } diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index eeb1e73188..76b1953f15 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -44,7 +44,10 @@

- 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. +

+

+ * Requires the use of a plugin, e.g. GameBrowser or MB Photos.