Correct typo

This commit is contained in:
angelblue05 2015-07-25 00:13:09 -05:00
parent 5ac746750e
commit 5e5dd51be1

View file

@ -151,7 +151,7 @@ class WriteKodiVideoDB():
filename = fileext filename = fileext
if "\\" in path: if "\\" in path:
path = "%s\\" % path path = "%s\\" % path
elif "/" in directory: elif "/" in path:
path = "%s/" % path path = "%s/" % path
else: # Set plugin path and media flags using real filename else: # Set plugin path and media flags using real filename