mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +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
|
Library = beets.library.Library
|
||||||
|
|
||||||
config = confit.LazyConfig('beets', __name__)
|
config = confit.LazyConfig(os.path.dirname(__file__), __name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user