Fix: AttributeError 'Paths' has no attribute 'get_plugins_path' in lastfm plugin (#431)

This commit is contained in:
Tikhon Petrishchev
2026-01-18 09:31:37 +03:00
committed by GitHub
parent 10f6edeb68
commit 7eb5c6bbc6
+1 -1
View File
@@ -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