mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Correct typo
This commit is contained in:
parent
5ac746750e
commit
5e5dd51be1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class WriteKodiVideoDB():
|
|||
filename = fileext
|
||||
if "\\" in path:
|
||||
path = "%s\\" % path
|
||||
elif "/" in directory:
|
||||
elif "/" in path:
|
||||
path = "%s/" % path
|
||||
|
||||
else: # Set plugin path and media flags using real filename
|
||||
|
|
Loading…
Reference in a new issue