mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update emby tv
This commit is contained in:
parent
a3c09327e0
commit
d866746351
2 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@
|
|||
|
||||
html += '<div class="remoteImageDetails">';
|
||||
|
||||
if (image.Width || image.Height) {
|
||||
if (image.Width && image.Height) {
|
||||
html += image.Width + ' x ' + image.Height;
|
||||
|
||||
if (image.Language) {
|
||||
|
|
|
@ -122,10 +122,10 @@
|
|||
|
||||
}).fail(function (result) {
|
||||
|
||||
//Dashboard.alert({
|
||||
// message: Globalize.translate('ErrorGettingTvLineups')
|
||||
//});
|
||||
//refreshListings(page, '');
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate('ErrorGettingTvLineups')
|
||||
});
|
||||
refreshListings(page, '');
|
||||
Dashboard.hideModalLoadingMsg();
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue