huge refactor of the entire codebase, with the goal of improving maintainability, readability, and extensibility. This commit includes changes to almost every file in the project, including:
This commit is contained in:
@@ -216,7 +216,7 @@ def _suppress_aioslsk_noise() -> Any:
|
||||
class Soulseek(Provider):
|
||||
|
||||
TABLE_AUTO_STAGES = {
|
||||
"soulseek": ["download-file", "-provider", "soulseek"],
|
||||
"soulseek": ["download-file", "-plugin", "soulseek"],
|
||||
}
|
||||
"""Search provider for Soulseek P2P network."""
|
||||
|
||||
@@ -623,7 +623,7 @@ class Soulseek(Provider):
|
||||
media_kind="audio",
|
||||
size_bytes=item["size"],
|
||||
columns=columns,
|
||||
selection_action=["download-file", "-provider", "soulseek"],
|
||||
selection_action=["download-file", "-plugin", "soulseek"],
|
||||
full_metadata={
|
||||
"username": item["username"],
|
||||
"filename": item["filename"],
|
||||
|
||||
Reference in New Issue
Block a user