mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add udp error handling
This commit is contained in:
parent
d7846a5280
commit
fab42af1a5
4 changed files with 19 additions and 7 deletions
|
@ -36,7 +36,7 @@
|
|||
$('.collectionItems', page).empty();
|
||||
|
||||
if (item.MediaSources && item.MediaSources.length) {
|
||||
ItemDetailPage.renderMediaSources(page, item);
|
||||
ItemDetailPage.renderMediaSources(page, null, item);
|
||||
}
|
||||
|
||||
var chapters = item.Chapters || [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue