Merge pull request #1402 from staff0rd/fix-file-id-add-tags

fixes #1401
This commit is contained in:
Hydrus Network Developer 2023-07-22 13:06:10 -05:00 committed by GitHub
commit dfde69b5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ])