mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-06 22:42:10 +00:00
WIP
This commit is contained in:
parent
4ce8c55e83
commit
bdcca17c57
1 changed files with 2 additions and 2 deletions
|
@ -705,8 +705,8 @@
|
||||||
$('#movieMappedPath').text(movieDetails['mapped_path']);
|
$('#movieMappedPath').text(movieDetails['mapped_path']);
|
||||||
$('#movieMappedPath').attr("data-original-title", movieDetails['mapped_path']);
|
$('#movieMappedPath').attr("data-original-title", movieDetails['mapped_path']);
|
||||||
|
|
||||||
if (movieDetails['languages'] !== 'None') {
|
|
||||||
var languages = '';
|
var languages = '';
|
||||||
|
if (movieDetails['languages'] !== 'None') {
|
||||||
movieDetails['languages'].forEach(appendFunc);
|
movieDetails['languages'].forEach(appendFunc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -719,8 +719,8 @@
|
||||||
$('#movieForced').text('Forced: ' + movieDetails['forced']);
|
$('#movieForced').text('Forced: ' + movieDetails['forced']);
|
||||||
$('#movieDescription').text(movieDetails['overview']);
|
$('#movieDescription').text(movieDetails['overview']);
|
||||||
|
|
||||||
if (movieDetails['missing_subtitles'] !== 'None') {
|
|
||||||
var missing_languages = '';
|
var missing_languages = '';
|
||||||
|
if (movieDetails['missing_subtitles'] !== 'None') {
|
||||||
movieDetails['missing_subtitles'].forEach(missingAppendFunc);
|
movieDetails['missing_subtitles'].forEach(missingAppendFunc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue