diff --git a/views/wantedmovies.tpl b/views/wantedmovies.tpl index 80b3653ee..0537f7719 100644 --- a/views/wantedmovies.tpl +++ b/views/wantedmovies.tpl @@ -86,7 +86,7 @@ %end %end %else: - + {{language}} @@ -119,12 +119,12 @@ backward icon"> {{page}} / {{max_page}} @@ -168,7 +168,7 @@ language: $(this).attr("data-language"), hi: $(this).attr("data-hi"), radarrId: $(this).attr("data-radarrId"), - title: '{{!row[0].replace("'", "\\'")}}' + title: $(this).attr("data-title") }; $('#loader_text').text("Downloading subtitles..."); $('#loader').addClass('active'); diff --git a/views/wantedseries.tpl b/views/wantedseries.tpl index 8897d0497..4e80152f7 100644 --- a/views/wantedseries.tpl +++ b/views/wantedseries.tpl @@ -93,7 +93,7 @@ %end %end %else: - + {{language}} @@ -126,12 +126,12 @@ backward icon"> {{page}} / {{max_page}} @@ -176,7 +176,7 @@ hi: $(this).attr("data-hi"), sonarrSeriesId: $(this).attr("data-sonarrSeriesId"), sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId"), - title: '{{!row[0].replace("'", "\\'")}}' + title: $(this).attr("data-title") }; $('#loader_text').text("Downloading subtitles..."); $('#loader').addClass('active');