From 001755c8086753c092d4cf75f5fd336732847dc3 Mon Sep 17 00:00:00 2001 From: Dollghan <154455178+Dollghan@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:55:57 +0100 Subject: [PATCH] Update last_station.py --- radioactive/last_station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):