updated old legacy store names
This commit is contained in:
@@ -472,7 +472,7 @@ class MPV:
|
||||
|
||||
pipeline = f"file -download -url {_q(url)} -query {_q(f'format:{fmt}')}"
|
||||
if store:
|
||||
pipeline += f" | file -add -instance {_q(store)}"
|
||||
pipeline += f" | file -add -plugin hydrusnetwork -instance {_q(store)}"
|
||||
else:
|
||||
pipeline += f" | file -add -plugin local -instance {_q(path or '')}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user