We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b1753 commit c5d7d8cCopy full SHA for c5d7d8c
apps/api/src/shared/subtitles/subtitles.service.ts
@@ -27,6 +27,7 @@ export class SubtitlesService {
27
const username = this.configService.get(ConfigService.OPENSUBTITLES_USERNAME)
28
const password = this.configService.get(ConfigService.OPENSUBTITLES_PASSWORD)
29
this.supportedLanguages = this.configService.get(ConfigService.SUBTITLES_LANGUAGES)
30
+ .split(',')
31
32
if (username && password) {
33
this.client = new OpenSubtitles({
0 commit comments