mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update collections
This commit is contained in:
parent
8e0db5f3c1
commit
fc775f9dd8
@ -1146,27 +1146,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unidentifiedIndicator {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 5px;
|
|
||||||
left: 5px;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
border-radius: 50%;
|
|
||||||
color: #fff;
|
|
||||||
background: rgb(204, 0, 0);
|
|
||||||
background: rgba(204, 0, 0, .8);
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unidentifiedIndicator .fa {
|
|
||||||
margin-top: 5px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemProgress {
|
.itemProgress {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
IncludeItemTypes: "Episode",
|
IncludeItemTypes: "Episode",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "PrimaryImageAspectRatio,MediaSourceCount,IsUnidentified,UserData,SyncInfo",
|
Fields: "PrimaryImageAspectRatio,MediaSourceCount,UserData,SyncInfo",
|
||||||
StartIndex: 0,
|
StartIndex: 0,
|
||||||
IsMissing: false,
|
IsMissing: false,
|
||||||
IsVirtualUnaired: false,
|
IsVirtualUnaired: false,
|
||||||
|
@ -1928,9 +1928,6 @@
|
|||||||
if (mediaSourceCount > 1) {
|
if (mediaSourceCount > 1) {
|
||||||
html += '<div class="mediaSourceIndicator">' + mediaSourceCount + '</div>';
|
html += '<div class="mediaSourceIndicator">' + mediaSourceCount + '</div>';
|
||||||
}
|
}
|
||||||
if (item.IsUnidentified) {
|
|
||||||
html += '<div class="unidentifiedIndicator"><iron-icon icon="error"></iron-icon></div>';
|
|
||||||
}
|
|
||||||
|
|
||||||
var progressHtml = options.showProgress === false || item.IsFolder ? '' : LibraryBrowser.getItemProgressBarHtml((item.Type == 'Recording' ? item : item.UserData));
|
var progressHtml = options.showProgress === false || item.IsFolder ? '' : LibraryBrowser.getItemProgressBarHtml((item.Type == 'Recording' ? item : item.UserData));
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
IncludeItemTypes: "Movie",
|
IncludeItemTypes: "Movie",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "PrimaryImageAspectRatio,SortName,MediaSourceCount,IsUnidentified,SyncInfo",
|
Fields: "PrimaryImageAspectRatio,SortName,MediaSourceCount,SyncInfo",
|
||||||
ImageTypeLimit: 1,
|
ImageTypeLimit: 1,
|
||||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||||
StartIndex: 0,
|
StartIndex: 0,
|
||||||
|
@ -677,7 +677,7 @@
|
|||||||
// SortOrder: "Ascending",
|
// SortOrder: "Ascending",
|
||||||
// IncludeItemTypes: "Audio",
|
// IncludeItemTypes: "Audio",
|
||||||
// Recursive: true,
|
// Recursive: true,
|
||||||
// Fields: "PrimaryImageAspectRatio,SortName,MediaSourceCount,IsUnidentified,SyncInfo",
|
// Fields: "PrimaryImageAspectRatio,SortName,MediaSourceCount,SyncInfo",
|
||||||
// StartIndex: 0,
|
// StartIndex: 0,
|
||||||
// ImageTypeLimit: 1,
|
// ImageTypeLimit: 1,
|
||||||
// EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
// EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||||
|
Loading…
Reference in New Issue
Block a user