diff --git a/radioactive/last_station.py b/radioactive/last_station.py index 18325a0..8b31bbb 100644 --- a/radioactive/last_station.py +++ b/radioactive/last_station.py @@ -20,7 +20,7 @@ def __init__(self): self.last_station_path = None self.last_station_path = os.path.join( - os.path.expanduser("~"), ".radio-active-last-station" + os.path.expandvars("$XDG_CONFIG_HOME"), "radio-active/radio-active-last-station" ) def get_info(self):