Skip to content

Commit

Permalink
Merge pull request #30 from ErebusBat/update-api-v15
Browse files Browse the repository at this point in the history
Use new endpoint for Plex v >=1.15
  • Loading branch information
mstinaff authored Feb 20, 2019
2 parents 298fbe9 + d7db447 commit 521e9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PMS_Updater.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

URLBASIC="https://plex.tv/api/downloads/1.json"
URLPLEXPASS="https://plex.tv/api/downloads/1.json?channel=plexpass"
URLBASIC="https://plex.tv/api/downloads/5.json"
URLPLEXPASS="https://plex.tv/api/downloads/5.json?channel=plexpass"
DOWNLOADPATH="/tmp"
LOGPATH="/tmp"
LOGFILE="PMS_Updater.log"
Expand Down

0 comments on commit 521e9fa

Please sign in to comment.