Skip to content

Commit db363d2

Browse files
committed
Fix path message
1 parent a9007b3 commit db363d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/jellyfin/add_all_subdirectories_to_library.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def add_all_subdirectories_to_library_inner(
5959
await session.add_path_to_library(
6060
library.Name, last_path, refresh_library=True
6161
)
62-
print(f"Added {len(paths)} new paths to library '{library.Name}'.")
62+
print(f"Added {len(new_paths)} new paths to library '{library.Name}'.")
6363

6464

6565
@app.command()
@@ -106,4 +106,4 @@ def add_all_subdirectories_to_library(
106106
path_replace_from=path_replace_from,
107107
path_replace_to=path_replace_to,
108108
)
109-
)
109+
)

0 commit comments

Comments
 (0)