Skip to content

Commit

Permalink
Fixed Requirements URL
Browse files Browse the repository at this point in the history
  • Loading branch information
miniconfig committed Sep 20, 2015
1 parent 64741a9 commit 48306dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/media_player/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
STATE_IDLE, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
from plexapi.myplex import MyPlexUser

REQUIREMENTS = ['https://github.com/miniconfig/python-plex-api/archive'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9'
REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip'
'#python-plexapi==1.0.2.5']

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 48306dd

Please sign in to comment.