remove dead throttle code
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
z-index: 998;
|
||||
display: none;
|
||||
}
|
||||
/* Stops safari context menus (supposedly). Can't get this to work. */
|
||||
body, .card {
|
||||
-webkit-touch-callout: none !important;
|
||||
}
|
||||
|
||||
body, .card {
|
||||
-webkit-user-select: none !important;
|
||||
}
|
||||
|
||||
.cardOverlayInner {
|
||||
padding: 11px 12px 10px;
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
items: result.Items,
|
||||
preferThumb: true,
|
||||
shape: 'backdrop',
|
||||
overlayText: screenWidth >= 600,
|
||||
overlayText: true,
|
||||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
context: 'home',
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
Limit: 30,
|
||||
Fields: "PrimaryImageAspectRatio,MediaSourceCount,SyncInfo",
|
||||
ParentId: parentId,
|
||||
IsPlayed: false,
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb"
|
||||
};
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
$('#resumableItems', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
preferBackdrop: true,
|
||||
preferThumb: true,
|
||||
shape: 'backdrop',
|
||||
overlayText: true,
|
||||
showTitle: true,
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
Limit: 30,
|
||||
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
||||
ParentId: parentId,
|
||||
IsPlayed: false,
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user