mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +08:00
Typo correction
This commit is contained in:
parent
dd568c9f6a
commit
77c7d8b102
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def update_movies():
|
|||
if movie['path'][0] == "/":
|
||||
separator = "/"
|
||||
else:
|
||||
separator == "\\"
|
||||
separator = "\\"
|
||||
|
||||
# Update or insert movies list in database table
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue