mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +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
|
||||
|
||||
self.UPLOADING_DUMPS = True
|
||||
dump_dir = Paths.get_plugins_path() / "lastfm"
|
||||
dump_dir = Paths().plugins_path / "lastfm"
|
||||
|
||||
if not dump_dir.exists():
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user