diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e1eff4bec0..ab7acb5318 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -17,6 +17,7 @@ left: 0; z-index: 1000; top: 0; + border-bottom: 1px solid #111; } .viewMenuLink { @@ -92,7 +93,7 @@ text-align: center; background-image: linear-gradient(#444,#2d2d2d); border-bottom: 1px solid #111; - border-top: 1px solid #111; + border-top: 0; } .libraryViewNav .ui-btn-active { diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index aa1d4e8372..e2b73bba59 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -764,6 +764,8 @@ self.playWithWarning = function (items, startPosition, user, localStorageKeyName, header) { + localStorageKeyName += new Date().getMonth(); + if (localStorage.getItem(localStorageKeyName) == "1") { self.playInternal(items[0], startPosition, user);