Changed plugin hook from emby to plexkodiconnect

This commit is contained in:
tomkat83 2016-01-12 12:14:18 +01:00
parent 57e6d40af2
commit 4c54a7c319

View file

@ -390,7 +390,7 @@ class Movies(Items):
utils.window('emby_pathverified', value="true")
else:
# Set plugin path and media flags using real filename
path = "plugin://plugin.video.emby.movies/"
path = "plugin://plugin.video.plexkodiconnect.movies/"
params = {
'filename': filename.encode('utf-8'),
@ -666,7 +666,7 @@ class HomeVideos(Items):
utils.window('emby_pathverified', value="true")
else:
# Set plugin path and media flags using real filename
path = "plugin://plugin.video.emby.movies/"
path = "plugin://plugin.video.plexkodiconnect.movies/"
params = {
'filename': filename.encode('utf-8'),