subtitle parsing fixes
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
|
||||
html += '</div>';
|
||||
|
||||
html += '<div>';
|
||||
html += '<div class="homeTopViews">';
|
||||
html += LibraryBrowser.getPosterViewHtml({
|
||||
items: items,
|
||||
shape: shape,
|
||||
|
||||
@@ -589,6 +589,11 @@
|
||||
throw new Error("Unrecognized media type");
|
||||
}
|
||||
|
||||
if (item.IsPlaceHolder) {
|
||||
showPlaybackInfoErrorMessage('PlaceHolder');
|
||||
return;
|
||||
}
|
||||
|
||||
var mediaSource;
|
||||
|
||||
ApiClient.getJSON(ApiClient.getUrl('Items/' + item.Id + '/PlaybackInfo', {
|
||||
|
||||
Reference in New Issue
Block a user