Skip to content

Commit dc673e9

Browse files
committed
rm async
1 parent 38e32c7 commit dc673e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jellyfin/add_all_subdirectories_to_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def add_all_subdirectories_to_library_inner(
6363

6464

6565
@app.command()
66-
async def add_all_subdirectories_to_library(
66+
def add_all_subdirectories_to_library(
6767
library_name: str,
6868
parent_folder_path: Annotated[
6969
Path,

0 commit comments

Comments
 (0)