mirror of https://github.com/morpheus65535/bazarr
Bug correction regarding #46
This commit is contained in:
parent
3c51010c17
commit
30812a66ac
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue