update local and mpv plugins, add file cmdlet, update docs
This commit is contained in:
@@ -2397,7 +2397,7 @@ class PipelineHubApp(App):
|
||||
|
||||
query = f"hash:{hash_value}"
|
||||
base_copy = (
|
||||
f"file -search -instance {json.dumps(store_name)} {json.dumps(query)}"
|
||||
f"file -instance {json.dumps(store_name)} -query {json.dumps(query)}"
|
||||
f" | file -add -instance {json.dumps(selected_store)}"
|
||||
)
|
||||
if action == "move_to_selected_store":
|
||||
|
||||
Reference in New Issue
Block a user