mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-07 04:09:32 +01:00
Updated beets lib to correctly point to config file (thanks to AdeHub)
This commit is contained in:
@@ -23,4 +23,4 @@ from beets.util import confit
|
||||
|
||||
Library = beets.library.Library
|
||||
|
||||
config = confit.LazyConfig('beets', __name__)
|
||||
config = confit.LazyConfig(os.path.dirname(__file__), __name__)
|
||||
|
||||
Reference in New Issue
Block a user