From e99bf3da4abd297d8725b1e19ec555af6ad8760b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 23 Jul 2013 08:32:56 -0400 Subject: [PATCH] added more tips --- dashboard-ui/scripts/indexpage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index ad3d9bbb7c..5d5dcbc289 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -5,7 +5,8 @@ var tips = [ 'Did you know that editing the artist or album of a music video will allow it to appear on the artist page?', 'Did you know that editing the tmdb id, tvdb id, and/or games db id of an album will allow media browser to link it to a movie, series or game as a soundtrack?', - 'Did you know you can re-order your media collections by editing their sort names?' + 'Did you know you can re-order your media collections by editing their sort names?', + 'Did you know you series, seasons, games and boxsets can have local trailers?' ]; var random = Math.floor((Math.random() * tips.length * 2));