Skip to content

Commit

Permalink
Connectors: Xibo Exchange simpel switch to v4 layouts.json (xibosigna…
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner authored Feb 9, 2024
1 parent 3f1e35d commit 64b883d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Connector/XiboExchangeConnector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/*
* Copyright (c) 2022 Xibo Signage Ltd
* Copyright (C) 2024 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
* Xibo - Digital Signage - https://xibosignage.com
*
* This file is part of Xibo.
*
Expand Down Expand Up @@ -93,7 +93,7 @@ public function onTemplateProvider(TemplateProviderEvent $event)
$this->getLogger()->debug('XiboExchangeConnector: onTemplateProvider');

// Get a cache of the layouts.json file, or request one from download.
$uri = 'https://download.xibosignage.com/layouts.json';
$uri = 'https://download.xibosignage.com/layouts_v4.json';
$key = md5($uri);
$cache = $this->getPool()->getItem($key);
$body = $cache->get();
Expand Down

0 comments on commit 64b883d

Please sign in to comment.