mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename MediaVersions to MediaSources
This commit is contained in:
parent
7a9d65a367
commit
7058b9e879
10 changed files with 87 additions and 129 deletions
|
@ -8,7 +8,7 @@
|
|||
SortBy: defaultSortBy,
|
||||
SortOrder: "Ascending",
|
||||
Recursive: true,
|
||||
Fields: "MediaVersions,DateCreated,Settings,Studios",
|
||||
Fields: "MediaSources,DateCreated,Settings,Studios",
|
||||
StartIndex: 0,
|
||||
IncludeItemTypes: "Movie",
|
||||
IsMissing: false,
|
||||
|
@ -207,7 +207,7 @@
|
|||
|
||||
function getItemCellsHtml(item, headercells) {
|
||||
|
||||
var primaryVersion = (item.MediaVersions || []).filter(function (v) {
|
||||
var primaryVersion = (item.MediaSources || []).filter(function (v) {
|
||||
return v.IsPrimaryVersion;
|
||||
})[0] || {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue