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

fix double path concatenation

This commit is contained in:
Luke Pulverenti 2013-10-24 13:49:24 -04:00
parent 008a512a5d
commit 4a999736b3
15 changed files with 287 additions and 22 deletions

View file

@ -37,7 +37,8 @@
Filters: "IsResumable",
Limit: 8,
Recursive: true,
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData"
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData",
ExcludeLocationTypes: "Virtual"
};
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {