mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-04 10:28:15 +00:00
Bug correction regarding #46
This commit is contained in:
parent
3c51010c17
commit
30812a66ac
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@
|
||||||
$('.get_subtitle').click(function(){
|
$('.get_subtitle').click(function(){
|
||||||
var values = {
|
var values = {
|
||||||
episodePath: $(this).attr("data-episodePath"),
|
episodePath: $(this).attr("data-episodePath"),
|
||||||
|
sceneName: $(this).attr("data-sceneName"),
|
||||||
language: $(this).attr("data-language"),
|
language: $(this).attr("data-language"),
|
||||||
hi: $(this).attr("data-hi"),
|
hi: $(this).attr("data-hi"),
|
||||||
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
|
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue