Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 8db9149

Browse files
authored
Update manifest.json (#143)
Add the media_player dependency so plex_assistant doesn't start before media_player
1 parent 942b9af commit 8db9149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plex_assistant/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Plex Assistant",
44
"version": "1.1.4",
55
"documentation": "https://github.com/maykar/plex_assistant",
6-
"dependencies": [],
6+
"dependencies": ["media_player"],
77
"config_flow": true,
88
"codeowners": ["@maykar"],
99
"requirements": [

0 commit comments

Comments
 (0)