Skip to content

Commit 8c55b03

Browse files
authored
Out-of-service image is in the object
1 parent 268a106 commit 8c55b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/android/js/channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Channel.prototype.channelSelected = function () {
236236
$("#notification").removeClass();
237237
$("#notification").addClass("noservice");
238238
if (self.out_of_service_image) {
239-
$("#notification").html('<img src="' + self.out_of_service_image + '" class="img-fluid position-relative"/>');
239+
$("#notification").html('<img src="' + self.out_of_service_image.mediaUri + '" class="img-fluid position-relative"/>');
240240
} else {
241241
$("#notification").text("Service not available");
242242
}

0 commit comments

Comments
 (0)