mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
GUI: hidive subtitles dropdown all/none missing
This commit is contained in:
parent
b7643c15d2
commit
7de7f22775
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ class HidiveHandler extends Base implements MessageHandler {
|
|||
if (language.hd_locale)
|
||||
subLanguageCodesArray.push(language.locale);
|
||||
}
|
||||
return [...new Set(subLanguageCodesArray)];
|
||||
return ['all', 'none', ...new Set(subLanguageCodesArray)];
|
||||
}
|
||||
|
||||
public async resolveItems(data: ResolveItemsData): Promise<boolean> {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "multi-downloader-nx",
|
||||
"short_name": "aniDL",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"description": "Downloader for Crunchyroll, Funimation, or Hidive via CLI or GUI",
|
||||
"keywords": [
|
||||
"download",
|
||||
|
|
|
|||
Loading…
Reference in a new issue