mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
stupid typo
This commit is contained in:
parent
5b03f6549d
commit
5ec53e0326
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ class WriteKodiDB():
|
|||
return
|
||||
|
||||
#tagpath
|
||||
libraryPath = xbmc.translatePath("special://userdata/library/video/%s/Emby - " %tagname)
|
||||
libraryPath = xbmc.translatePath("special://userdata/library/video/Emby - %s/" %tagname)
|
||||
|
||||
if not xbmcvfs.exists(libraryPath):
|
||||
#create tag node - index
|
||||
|
|
Loading…
Reference in a new issue