REFACTOR: Path manager now creates directories

This commit is contained in:
2025-02-28 20:15:21 +00:00
parent 6f449eea4e
commit bd3b39da89
2 changed files with 40 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ def get_vod_tags(vod_id: int):
""", (vod_id,))
return tags
def create_local_directories(username: str):
def create_user_directories(username: str):
"""
Create directories for user stream data if they do not exist
"""