Skip to content

Commit

Permalink
possible fix for Amazon plugin - #725
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 1, 2022
1 parent 9210118 commit 46607b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.themoviedb.helper"
version="4.8.1"
version="4.8.2"
name="TheMovieDb Helper"
provider-name="jurialmunkey">
<requires>
Expand Down
8 changes: 4 additions & 4 deletions resources/players/amazon.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"play_movie" : [
"plugin://plugin.video.amazon-test/",
{"file": "(?i).*/search/"},
{"file": "(?i).*(mode=Search|/search/).*"},
{"keyboard": "{title}"},
{"label": "(?i).*{title}.*", "year": "{year}"}
],
"play_episode" : [
"plugin://plugin.video.amazon-test/",
{"file": "(?i).*/search/"},
{"file": "(?i).*(mode=Search|/search/).*"},
{"keyboard": "{showname}"},
{"label": "(?i).*{showname}.*"},
{"return": "true", "season": "{season}", "episode": "{episode}"},
Expand All @@ -27,12 +27,12 @@
],
"search_movie" : [
"plugin://plugin.video.amazon-test/",
{"file": "(?i).*/search/"},
{"file": "(?i).*(mode=Search|/search/).*"},
{"keyboard": "{title}"}
],
"search_episode" : [
"plugin://plugin.video.amazon-test/",
{"file": "(?i).*/search/"},
{"file": "(?i).*(mode=Search|/search/).*"},
{"keyboard": "{showname}"}
]
}

0 comments on commit 46607b7

Please sign in to comment.