mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 14:19:48 +00:00
fix off by one in filesystem rescan progress
This commit is contained in:
@@ -83,7 +83,7 @@ class Scanner:
|
||||
if self.task:
|
||||
self.task.send_progress(
|
||||
message_lines=[
|
||||
f"Index missing video {youtube_id}, {idx}/{total}"
|
||||
f"Index missing video {youtube_id}, {idx + 1}/{total}"
|
||||
],
|
||||
progress=(idx + 1) / total,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user