diff --git a/README.md b/README.md index d97f8f0ec..c3fb5ecd4 100644 --- a/README.md +++ b/README.md @@ -433,10 +433,10 @@ SOFTWARE. [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/7b7dece -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/7b7dece/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/85d4a3e/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-7b7dece-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-85d4a3e-blue.svg [plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-amd64.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 87e39b4da..d2d8c26e0 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/05/21 10:19 UTC - [7b7dece](https://github.com/hassio-addons/addon-plex/commit/7b7dece1b1c2a568a4685374207645d17657820a) by [@frenck](https://github.com/frenck) -> :sparkles: Adds initial add-on code +2018/05/21 15:16 UTC - [85d4a3e](https://github.com/hassio-addons/addon-plex/commit/85d4a3ed57191beeee8c593f8daf03d9a236cb38) by [@frenck](https://github.com/frenck) +> :ambulance: Changes not to run on the host network diff --git a/plex/README.md b/plex/README.md index c8a5d260b..2d964d24d 100644 --- a/plex/README.md +++ b/plex/README.md @@ -41,10 +41,10 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-plex/blob/7b7dece/README.md +[docs]: https://github.com/hassio-addons/addon-plex/blob/85d4a3e/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg -[release-shield]: https://img.shields.io/badge/version-7b7dece-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/7b7dece \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-85d4a3e-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 769bf5334..18e5f56f8 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex", - "version": "7b7dece", + "version": "85d4a3e", "slug": "plex", "description": "Recorded media, live TV, online news, and podcasts ready to stream.", "url": "https://community.home-assistant.io/?u=frenck", @@ -29,7 +29,7 @@ }, "hassio_api": true, "homeassistant_api": false, - "host_network": true, + "host_network": false, "options": { "log_level": "info" },