mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Re-enable getting plex token from server
This commit is contained in:
parent
21d23baa20
commit
a06d156de2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
URL_LOGIN='https://plex.tv/users/sign_in.json'
|
||||
|
||||
getPlexToken() {
|
||||
#getPlexServerToken
|
||||
[ -z "$TOKEN" ] && getPlexServerToken
|
||||
# Check if we're connected to a terminal
|
||||
if [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
||||
#TOFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue