fix(lang): correct capitalization of 'TMDB' (#2953)

This commit is contained in:
TheCatLady
2022-08-19 23:23:16 -04:00
committed by GitHub
parent 9bc1f89777
commit 9021696cf0
15 changed files with 57 additions and 57 deletions

View File

@@ -69,7 +69,7 @@ class RadarrAPI extends ServarrBase<{ movieId: number }> {
return response.data[0];
} catch (e) {
logger.error('Error retrieving movie by TMDb ID', {
logger.error('Error retrieving movie by TMDB ID', {
label: 'Radarr API',
errorMessage: e.message,
tmdbId: id,