mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
eb18764b8c
commit
44bda70ae0
2 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
border-bottom: 1px solid #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewMenuLink {
|
.viewMenuLink {
|
||||||
|
@ -92,7 +93,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: linear-gradient(#444,#2d2d2d);
|
background-image: linear-gradient(#444,#2d2d2d);
|
||||||
border-bottom: 1px solid #111;
|
border-bottom: 1px solid #111;
|
||||||
border-top: 1px solid #111;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryViewNav .ui-btn-active {
|
.libraryViewNav .ui-btn-active {
|
||||||
|
|
|
@ -764,6 +764,8 @@
|
||||||
|
|
||||||
self.playWithWarning = function (items, startPosition, user, localStorageKeyName, header) {
|
self.playWithWarning = function (items, startPosition, user, localStorageKeyName, header) {
|
||||||
|
|
||||||
|
localStorageKeyName += new Date().getMonth();
|
||||||
|
|
||||||
if (localStorage.getItem(localStorageKeyName) == "1") {
|
if (localStorage.getItem(localStorageKeyName) == "1") {
|
||||||
|
|
||||||
self.playInternal(items[0], startPosition, user);
|
self.playInternal(items[0], startPosition, user);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue