mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
removed old comments
This commit is contained in:
parent
14c29ca415
commit
061e1705b9
1 changed files with 0 additions and 2 deletions
|
|
@ -893,8 +893,6 @@ export default class Crunchy implements ServiceClass {
|
|||
if (item.subtitle_locales) {
|
||||
iMetadata.subtitle_locales = item.subtitle_locales;
|
||||
}
|
||||
// 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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue