Found a bug in the code when a user changes the language in the GUI settings to Any.
Any has a langcode of ##.
In Class DVDArt_Common.vb and function populate_details this line of code skips populating the details.
If language <> "##" Then
This results in nothing getting populated in the GUI and no artwork getting scraped by the importer.
Any has a langcode of ##.
In Class DVDArt_Common.vb and function populate_details this line of code skips populating the details.
If language <> "##" Then
This results in nothing getting populated in the GUI and no artwork getting scraped by the importer.