X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/af315313a912ec99a2539bc79df68f502fdd8000..fa014d88919516a9763a6a9ab0c620ef102f04e4:/src/shpub/Config/Host.php diff --git a/src/shpub/Config/Host.php b/src/shpub/Config/Host.php index 51d0ff5..f3214e2 100644 --- a/src/shpub/Config/Host.php +++ b/src/shpub/Config/Host.php @@ -49,6 +49,9 @@ class Config_Host $this->endpoints->load($this->server); if ($this->endpoints->incomplete()) { $this->endpoints->discover($this->server); + if ($this->token) { + $this->endpoints->discoverMedia($this->token); + } $this->endpoints->save($this->server); } }