diff --git a/tubearchivist/home/src/index/filesystem.py b/tubearchivist/home/src/index/filesystem.py index ab208c22..c650cedb 100644 --- a/tubearchivist/home/src/index/filesystem.py +++ b/tubearchivist/home/src/index/filesystem.py @@ -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, )