change remote episode provider to xml reader
This commit is contained in:
@@ -159,7 +159,6 @@
|
||||
<p class="itemExternalLinks"></p>
|
||||
<div class="mediaInfo"></div>
|
||||
<p class="itemTags"></p>
|
||||
<p class="itemPath"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="trailersCollapsible" class="detailSection hide">
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user