updated old legacy store names

This commit is contained in:
2026-05-23 13:49:47 -07:00
parent e8913d1344
commit a8cdd09e1e
31 changed files with 466 additions and 469 deletions
+1 -1
View File
@@ -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 '')}"