mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove primary version flag
This commit is contained in:
parent
7058b9e879
commit
77cca367ab
1 changed files with 1 additions and 3 deletions
|
@ -207,9 +207,7 @@
|
|||
|
||||
function getItemCellsHtml(item, headercells) {
|
||||
|
||||
var primaryVersion = (item.MediaSources || []).filter(function (v) {
|
||||
return v.IsPrimaryVersion;
|
||||
})[0] || {};
|
||||
var primaryVersion = (item.MediaSources || [])[0] || {};
|
||||
|
||||
var mediaStreams = primaryVersion.MediaStreams || [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue