mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 00:44:00 +01:00
Saving the config appears to work again
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class Cache(object):
|
||||
and for info it is <musicbrainzid>.<date>.txt
|
||||
"""
|
||||
|
||||
path_to_art_cache = os.path.join(headphones.CACHE_DIR, 'artwork')
|
||||
path_to_art_cache = os.path.join(headphones.CFG.CACHE_DIR, 'artwork')
|
||||
|
||||
def __init__(self):
|
||||
self.id = None
|
||||
|
||||
Reference in New Issue
Block a user