Refactor #2

Merged
KevinMidboe merged 70 commits from refactor into master 2018-10-16 21:11:45 +00:00
Showing only changes of commit 0badb4e988 - Show all commits

View File

@@ -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