We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35dc0c commit 6a00085Copy full SHA for 6a00085
1 file changed
frontend/android/js/channel.js
@@ -477,7 +477,7 @@ Channel.prototype.showEPG = function () {
477
var header = document.createElement("div");
478
header.addClass("epg_chinfo align-items-center sticky-top px-2");
479
var logo = document.createElement("img");
480
- logo.setAttribute("src", self.image || "./images/empty.png");
+ logo.setAttribute("src", self?.image?.mediaUri || "./images/empty.png");
481
logo.setAttribute("alt", "channel icon");
482
logo.addClass("chicon img-fluid d-block");
483
header.appendChild(logo);
0 commit comments