mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change remote episode provider to xml reader
This commit is contained in:
parent
e3e6fb6101
commit
4ed4238b7c
2 changed files with 0 additions and 7 deletions
|
@ -265,12 +265,6 @@
|
|||
} else {
|
||||
detailsSection.removeClass('hide');
|
||||
}
|
||||
|
||||
if (item.Path) {
|
||||
$('.itemPath', page).show().html('Path: ' + '<span style="font-size:13px;">' + item.Path + '</span>');
|
||||
} else {
|
||||
$('.itemPath', page).hide();
|
||||
}
|
||||
}
|
||||
|
||||
function getArtistLinksHtml(artists) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue