aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2018-02-23 20:08:31 -0500
committermorpheus65535 <[email protected]>2018-02-23 20:08:31 -0500
commit30812a66ac6409024fd1f6696d6f9d5799337b5f (patch)
tree1e8d86f39e0a9c8ece54b2f0c7a31da175615497 /views
parent3c51010c17f9a342c673aac636e5ce044b1236fd (diff)
downloadbazarr-30812a66ac6409024fd1f6696d6f9d5799337b5f.tar.gz
bazarr-30812a66ac6409024fd1f6696d6f9d5799337b5f.zip
Bug correction regarding #46
Diffstat (limited to 'views')
-rw-r--r--views/episodes.tpl1
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"),