Merge pull request #1402 from staff0rd/fix-file-id-add-tags
fixes #1401
This commit is contained in:
commit
dfde69b5f2
|
@ -702,7 +702,7 @@ def ParseHashes( request: HydrusServerRequest.HydrusRequest ):
|
|||
|
||||
if len( hash_ids_to_hashes ) > 0:
|
||||
|
||||
hashes.extend( hash_ids_to_hashes[ hash_id ] )
|
||||
hashes.append(hash_ids_to_hashes[ hash_id ])
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue