1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

3.0.5518.3

This commit is contained in:
Luke Pulverenti 2015-02-11 11:19:16 -05:00
parent d3b42303eb
commit eaee4fdf17
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
SortOrder: "Ascending", SortOrder: "Ascending",
IncludeItemTypes: "Playlist", IncludeItemTypes: "Playlist",
Recursive: true, Recursive: true,
Fields: "PrimaryImageAspectRatio,SortName,CumulativeRunTimeTicks,CanDelete", Fields: "PrimaryImageAspectRatio,SortName,CumulativeRunTimeTicks,CanDelete,SyncInfo",
StartIndex: 0 StartIndex: 0
}; };

View file

@ -132,7 +132,7 @@ var Dashboard = {
var urlLower = getWindowUrl().toLowerCase(); var urlLower = getWindowUrl().toLowerCase();
var index = urlLower.indexOf('/web'); var index = urlLower.indexOf('/web');
if (index == -1) { if (index == -1) {
index = urlLower.index('/dashboard'); index = urlLower.indexOf('/dashboard');
} }
if (index != -1) { if (index != -1) {

View file

@ -9,7 +9,7 @@
SortOrder: "Ascending", SortOrder: "Ascending",
IncludeItemTypes: "Series", IncludeItemTypes: "Series",
Recursive: true, Recursive: true,
Fields: "DateCreated", Fields: "DateCreated,SyncInfo",
StartIndex: 0 StartIndex: 0
}; };