mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Fix missing slash
This commit is contained in:
parent
7fb957a788
commit
223a1c6f98
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ConnectManager(object):
|
||||||
deviceName=device_name,
|
deviceName=device_name,
|
||||||
deviceId=device_id)
|
deviceId=device_id)
|
||||||
self._connect.setFilePath(xbmc.translatePath(
|
self._connect.setFilePath(xbmc.translatePath(
|
||||||
"special://profile/addon_data/plugin.video.emby").decode('utf-8'))
|
"special://profile/addon_data/plugin.video.emby/").decode('utf-8'))
|
||||||
self.state = self._connect.connect()
|
self.state = self._connect.connect()
|
||||||
log.info("Started with: %s", self.state)
|
log.info("Started with: %s", self.state)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue