Skip to content

Commit

Permalink
Add alloha v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Nov 6, 2023
1 parent d6607fd commit c45ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online_mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -10617,7 +10617,7 @@
element.voices.forEach(function (v) {
extract.translations.push({
id: t.id,
title: v.label || t.title,
title: (t.title !== select_title ? t.title + ' / ' : '') + v.label,
stream: v.file,
qualitys: false,
subtitles: element.subtitles
Expand Down

0 comments on commit c45ad6e

Please sign in to comment.