summaryrefslogtreecommitdiff
path: root/raphodo/storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'raphodo/storage.py')
-rw-r--r--raphodo/storage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/raphodo/storage.py b/raphodo/storage.py
index 31acfef..6856c38 100644
--- a/raphodo/storage.py
+++ b/raphodo/storage.py
@@ -157,7 +157,8 @@ def get_media_dir() -> str:
run_media_dir = '/run{}'.format(media_dir)
distro = get_distro()
if os.path.isdir(run_media_dir) and distro not in (
- Distro.ubuntu, Distro.debian, Distro.neon, Distro.galliumos, Distro.peppermint):
+ Distro.ubuntu, Distro.debian, Distro.neon, Distro.galliumos, Distro.peppermint,
+ Distro.elementary):
if distro not in (Distro.fedora, Distro.manjaro, Distro.arch, Distro.opensuse,
Distro.gentoo, Distro.antergos):
logging.debug("Detected /run/media directory, but distro does not appear to "