Skip to content

Commit

Permalink
Widget: fix non-relative data download URL for Tizen/webOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Jan 30, 2025
1 parent ea9459d commit 46e53d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Widget/Render/WidgetHtmlRenderer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2024 Xibo Signage Ltd
* Copyright (C) 2025 Xibo Signage Ltd
*
* Xibo - Digital Signage - https://xibosignage.com
*
Expand Down Expand Up @@ -422,7 +422,7 @@ public function decorateForPlayer(
$isSupportsDataUrl
? ($display->isPwa()
? '/pwa/getData?widgetId=' . $value[1] . $auth
: '/' . $value[1] . '.json')
: $value[1] . '.json')
: 'null',
$output,
);
Expand Down

0 comments on commit 46e53d7

Please sign in to comment.