diff options
author | morpheus65535 <[email protected]> | 2018-02-23 20:08:31 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-02-23 20:08:31 -0500 |
commit | 30812a66ac6409024fd1f6696d6f9d5799337b5f (patch) | |
tree | 1e8d86f39e0a9c8ece54b2f0c7a31da175615497 /views | |
parent | 3c51010c17f9a342c673aac636e5ce044b1236fd (diff) | |
download | bazarr-30812a66ac6409024fd1f6696d6f9d5799337b5f.tar.gz bazarr-30812a66ac6409024fd1f6696d6f9d5799337b5f.zip |
Bug correction regarding #46
Diffstat (limited to 'views')
-rw-r--r-- | views/episodes.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/episodes.tpl b/views/episodes.tpl index c719f87ba..969c02bbb 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -294,6 +294,7 @@ $('.get_subtitle').click(function(){
var values = {
episodePath: $(this).attr("data-episodePath"),
+ sceneName: $(this).attr("data-sceneName"),
language: $(this).attr("data-language"),
hi: $(this).attr("data-hi"),
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
|