fix video onError
This commit is contained in:
parent
b929568984
commit
49ca348d2f
1 changed files with 2 additions and 1 deletions
|
@ -1192,7 +1192,8 @@
|
|||
function onError() {
|
||||
var errorMsg = Globalize.translate('MessageErrorPlayingVideo');
|
||||
|
||||
if (item.Type == "TvChannel") {
|
||||
var item = self.currentItem;
|
||||
if (item && item.Type == "TvChannel") {
|
||||
errorMsg += '<p>';
|
||||
errorMsg += Globalize.translate('MessageEnsureOpenTuner');
|
||||
errorMsg += '</p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue