Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
revert change to DEFAULT_TOKEN_PATH
Browse files Browse the repository at this point in the history
I was surprised to hear this actually worked (most of the time)
  • Loading branch information
tprelog committed Feb 23, 2020
1 parent 5a53d68 commit 36c76d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/gmusic_player/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from homeassistant.helpers.condition import state
from homeassistant.helpers.event import track_state_change
from homeassistant.helpers.event import call_later
from homeassistant.config import get_default_config_dir

import homeassistant.components.input_select as input_select

Expand Down Expand Up @@ -95,7 +94,7 @@
DEFAULT_SELECT_PLAYLIST = DOMAIN + '_playlist'
DEFAULT_SELECT_SPEAKERS = DOMAIN + '_speakers'

DEFAULT_TOKEN_PATH = get_default_config_dir() + '/.'
DEFAULT_TOKEN_PATH = './.'

DEFAULT_SHUFFLE_MODE = 1
DEFAULT_SHUFFLE = True
Expand Down

0 comments on commit 36c76d1

Please sign in to comment.