Changed plugin hook from emby to plexkodiconnect
This commit is contained in:
parent
57e6d40af2
commit
4c54a7c319
1 changed files with 2 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue