From 30812a66ac6409024fd1f6696d6f9d5799337b5f Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 23 Feb 2018 20:08:31 -0500 Subject: [PATCH] Bug correction regarding #46 --- views/episodes.tpl | 1 + 1 file changed, 1 insertion(+) 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"),