We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969441 commit 4083ca9Copy full SHA for 4083ca9
1 file changed
Plex/Plex.php
@@ -27,7 +27,7 @@ public function livestats()
27
{
28
$status = "inactive";
29
$data = [];
30
- if($this->config->section_1_key > 0) {
+ if ($this->config->section_1_key > 0) {
31
$res = parent::execute($this->url("/library/sections/{$this->config->section_1_key}/all"), $this->attrs());
32
$body = $res->getBody();
33
$xml = simplexml_load_string(
@@ -42,7 +42,7 @@ public function livestats()
42
}
43
44
45
- if($this->config->section_2_key > 0) {
+ if ($this->config->section_2_key > 0) {
46
$res = parent::execute($this->url("/library/sections/{$this->config->section_2_key}/all"), $this->attrs());
47
48
0 commit comments