diff --git a/src/core.py b/src/core.py index 5d6e0a0..3839775 100755 --- a/src/core.py +++ b/src/core.py @@ -76,7 +76,7 @@ def scan_video(path): # hash of name hashids = Hashids(min_length=16) hashid = hashids.encode(path) - video.name_hash = name_hash + video.name_hash = hashid return video