mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
re-enabled series and season version and subs console output
This commit is contained in:
parent
36c15d0f8d
commit
fbfa68fac5
1 changed files with 6 additions and 6 deletions
12
crunchy.ts
12
crunchy.ts
|
|
@ -895,12 +895,12 @@ export default class Crunchy implements ServiceClass {
|
|||
}
|
||||
// commented out for new per-episode sub listing
|
||||
// instead of the series/season level sub listing
|
||||
// if (item.versions && audio_languages.length > 0) {
|
||||
// console.info('%s- Versions: %s', ''.padStart(pad + 2, ' '), langsData.parseSubtitlesArray(audio_languages));
|
||||
// }
|
||||
// if (iMetadata.subtitle_locales && iMetadata.subtitle_locales.length > 0) {
|
||||
// console.info('%s- Subtitles: %s', ''.padStart(pad + 2, ' '), langsData.parseSubtitlesArray(iMetadata.subtitle_locales));
|
||||
// }
|
||||
if (item.versions && audio_languages.length > 0) {
|
||||
console.info('%s- Versions: %s', ''.padStart(pad + 2, ' '), langsData.parseSubtitlesArray(audio_languages));
|
||||
}
|
||||
if (iMetadata.subtitle_locales && iMetadata.subtitle_locales.length > 0) {
|
||||
console.info('%s- Subtitles: %s', ''.padStart(pad + 2, ' '), langsData.parseSubtitlesArray(iMetadata.subtitle_locales));
|
||||
}
|
||||
if (item.availability_notes) {
|
||||
console.info('%s- Availability notes: %s', ''.padStart(pad + 2, ' '), item.availability_notes.replace(/\[[^\]]*]?/gm, ''));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue