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

Merge pull request #1 from jellyfin/master

Merge from Main/Master
This commit is contained in:
BrianCArnold 2021-04-12 10:39:20 -04:00 committed by GitHub
commit 6a828074ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
184 changed files with 14937 additions and 9911 deletions

View file

@ -497,9 +497,7 @@ import '../../elements/emby-button/emby-button';
})[0];
}
export function getMediaInfoStats(item, options) {
options = options || {};
export function getMediaInfoStats(item) {
const list = [];
const mediaSource = (item.MediaSources || [])[0] || {};