1
0
Fork 0
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:
Luke Pulverenti 2014-03-22 12:16:43 -04:00
parent 7a9d65a367
commit 7058b9e879
10 changed files with 87 additions and 129 deletions

View file

@ -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] || {};