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)
|
if (language.hd_locale)
|
||||||
subLanguageCodesArray.push(language.locale);
|
subLanguageCodesArray.push(language.locale);
|
||||||
}
|
}
|
||||||
return [...new Set(subLanguageCodesArray)];
|
return ['all', 'none', ...new Set(subLanguageCodesArray)];
|
||||||
}
|
}
|
||||||
|
|
||||||
public async resolveItems(data: ResolveItemsData): Promise<boolean> {
|
public async resolveItems(data: ResolveItemsData): Promise<boolean> {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "multi-downloader-nx",
|
"name": "multi-downloader-nx",
|
||||||
"short_name": "aniDL",
|
"short_name": "aniDL",
|
||||||
"version": "4.3.1",
|
"version": "4.3.2",
|
||||||
"description": "Downloader for Crunchyroll, Funimation, or Hidive via CLI or GUI",
|
"description": "Downloader for Crunchyroll, Funimation, or Hidive via CLI or GUI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"download",
|
"download",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue