fix: output index is incorrect when start arg is supplied.

This commit is contained in:
EffakT
2025-05-27 09:00:34 +12:00
committed by GitHub
parent 4599a8c392
commit ba0c066bf8
+1 -1
View File
@@ -446,7 +446,7 @@ else:
logging.info("")
logging.info(
f"Artist: {LIGHT_PURPLE}{ARTIST_NAME}{RESET} ({ARTIST_ID})[{index}]"
f"Artist: {LIGHT_PURPLE}{ARTIST_NAME}{RESET} ({ARTIST_ID})[{index+args.start}]"
)
process_artist(ARTIST_ID)