diff --git a/dashboard-ui/metadatatv.html b/dashboard-ui/metadatatv.html index 2fdc32f45..2b12ba9a8 100644 --- a/dashboard-ui/metadatatv.html +++ b/dashboard-ui/metadatatv.html @@ -25,12 +25,12 @@
  • - +
    Display missing episodes as part of your library.
  • - +
    Display future episodes as part of your library. Automatic Tvdb updates are recommended to stay up to date with new metadata.
  • diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 0ca9090dd..78b220b58 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -2092,7 +2092,8 @@ var selectedCssClass = ' selectedViewLink'; var selectedHtml = ""; - var view = page.getAttribute('data-view'); + + var view = page.getAttribute('data-view') || getParameterByName('context'); if (counts.MovieCount || counts.TrailerCount) { @@ -2102,7 +2103,7 @@ if (counts.EpisodeCount || counts.SeriesCount) { html += 'TV'; - html += '' + (view == 'tvshows' ? selectedHtml : '') + 'TV'; + html += '' + (view == 'tv' ? selectedHtml : '') + 'TV'; } if (counts.SongCount || counts.MusicVideoCount) { diff --git a/dashboard-ui/tvgenres.html b/dashboard-ui/tvgenres.html index 37075cc6d..58f95d140 100644 --- a/dashboard-ui/tvgenres.html +++ b/dashboard-ui/tvgenres.html @@ -4,7 +4,7 @@ Media Browser -
    +
    Suggested Next up diff --git a/dashboard-ui/tvnextup.html b/dashboard-ui/tvnextup.html index a4e1b9a67..d0514ff54 100644 --- a/dashboard-ui/tvnextup.html +++ b/dashboard-ui/tvnextup.html @@ -4,7 +4,7 @@ Media Browser -
    +
    Suggested Next up diff --git a/dashboard-ui/tvpeople.html b/dashboard-ui/tvpeople.html index 4254b89e5..bec7081d2 100644 --- a/dashboard-ui/tvpeople.html +++ b/dashboard-ui/tvpeople.html @@ -4,7 +4,7 @@ Media Browser -
    +
    Suggested Next up diff --git a/dashboard-ui/tvrecommended.html b/dashboard-ui/tvrecommended.html index 6cb7c3a10..fb6feee06 100644 --- a/dashboard-ui/tvrecommended.html +++ b/dashboard-ui/tvrecommended.html @@ -4,7 +4,7 @@ Media Browser -
    +
    Suggested Next up diff --git a/dashboard-ui/tvshows.html b/dashboard-ui/tvshows.html index b24217bb0..392913e29 100644 --- a/dashboard-ui/tvshows.html +++ b/dashboard-ui/tvshows.html @@ -4,7 +4,7 @@ Media Browser -
    +
    Suggested Next up diff --git a/dashboard-ui/tvstudios.html b/dashboard-ui/tvstudios.html index d3c2ce843..0eaa099e0 100644 --- a/dashboard-ui/tvstudios.html +++ b/dashboard-ui/tvstudios.html @@ -4,7 +4,7 @@ Media Browser -