Javinizer icon indicating copy to clipboard operation
Javinizer copied to clipboard

Tokyohot default status missing in JSON of new install

Open gummykage opened this issue 2 years ago • 1 comments

Expected Behavior

Selecting Manual Search -> able to select Tokyo Hot

Current Behavior

TokyoHot and variations are missing replaced with a error

Steps to Reproduce (for bugs)

Install-Module Javinizer Javinizer -InstallGUI

Your Environment

  • Module version used: 2.5.10
  • Operating System and PowerShell version: Windows 10 / Powershell 7.1

image image

gummykage avatar Jan 01 '22 20:01 gummykage

Temporary workaround if you run into this:

image

add to settings JSON:

"web.sort.manualsearch.tokyohot": true, "web.sort.manualsearch.tokyohotja": true, "web.sort.manualsearch.tokyohotzh": true,

gummykage avatar Jan 01 '22 20:01 gummykage