mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Plex to 85d4a3e
This commit is contained in:
parent
f2e11894f1
commit
291b928b6c
4 changed files with 10 additions and 10 deletions
|
@ -433,10 +433,10 @@ SOFTWARE.
|
||||||
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[pi-hole-i386-shield]: https://img.shields.io/badge/i386-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-plex]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e
|
||||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/7b7dece/README.md
|
[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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||||
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -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)
|
2018/05/21 15:16 UTC - [85d4a3e](https://github.com/hassio-addons/addon-plex/commit/85d4a3ed57191beeee8c593f8daf03d9a236cb38) by [@frenck](https://github.com/frenck)
|
||||||
> :sparkles: Adds initial add-on code
|
> :ambulance: Changes not to run on the host network
|
||||||
|
|
||||||
|
|
|
@ -41,10 +41,10 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[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-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[forum]: https://community.home-assistant.io/?u=frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.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-shield]: https://img.shields.io/badge/version-85d4a3e-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-plex/tree/7b7dece
|
[release]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Plex",
|
"name": "Plex",
|
||||||
"version": "7b7dece",
|
"version": "85d4a3e",
|
||||||
"slug": "plex",
|
"slug": "plex",
|
||||||
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
||||||
"url": "https://community.home-assistant.io/?u=frenck",
|
"url": "https://community.home-assistant.io/?u=frenck",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
"host_network": true,
|
"host_network": false,
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info"
|
"log_level": "info"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue