mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Fix lint
This commit is contained in:
parent
5713e2e76a
commit
a0b719f5a5
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ const plugin = async (file, librarySettings, inputs, otherArguments) => {
|
||||||
if (radarrResult) {
|
if (radarrResult) {
|
||||||
imdbId = radarrResult.imdbId;
|
imdbId = radarrResult.imdbId;
|
||||||
response.infoLog += `Grabbed ID (${imdbId}) from Radarr \n`;
|
response.infoLog += `Grabbed ID (${imdbId}) from Radarr \n`;
|
||||||
|
// eslint-disable-next-line import/no-unresolved
|
||||||
const languages = require('@cospired/i18n-iso-languages');
|
const languages = require('@cospired/i18n-iso-languages');
|
||||||
tmdbResult = { original_language: languages.getAlpha2Code(radarrResult.originalLanguage.name, 'en') };
|
tmdbResult = { original_language: languages.getAlpha2Code(radarrResult.originalLanguage.name, 'en') };
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue