summaryrefslogtreecommitdiff
path: root/directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'directory.py')
-rw-r--r--directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/directory.py b/directory.py
index 5a0c318..6860155 100644
--- a/directory.py
+++ b/directory.py
@@ -86,7 +86,7 @@ class File(DirectoryEntry):
def get_cache_path(self):
cache_path = os.path.join(config.get('cache_dir'), self.path)
- cache_path = os.path.splitext(cache_path)[0] + '.mp3'
+ cache_path = os.path.splitext(cache_path)[0] + '.ogg'
return cache_path
def get_cache_file(self):