mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Fix: AttributeError 'Paths' has no attribute 'get_plugins_path' in lastfm plugin (#431)
This commit is contained in:
committed by
GitHub
parent
10f6edeb68
commit
7eb5c6bbc6
@@ -145,7 +145,7 @@ class LastFmPlugin(Plugin):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self.UPLOADING_DUMPS = True
|
self.UPLOADING_DUMPS = True
|
||||||
dump_dir = Paths.get_plugins_path() / "lastfm"
|
dump_dir = Paths().plugins_path / "lastfm"
|
||||||
|
|
||||||
if not dump_dir.exists():
|
if not dump_dir.exists():
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user