We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268a106 commit 8c55b03Copy full SHA for 8c55b03
1 file changed
frontend/android/js/channel.js
@@ -236,7 +236,7 @@ Channel.prototype.channelSelected = function () {
236
$("#notification").removeClass();
237
$("#notification").addClass("noservice");
238
if (self.out_of_service_image) {
239
- $("#notification").html('<img src="' + self.out_of_service_image + '" class="img-fluid position-relative"/>');
+ $("#notification").html('<img src="' + self.out_of_service_image.mediaUri + '" class="img-fluid position-relative"/>');
240
} else {
241
$("#notification").text("Service not available");
242
}
0 commit comments