Hi,
Please explain what you mean by this and I will see what I can do.
best regards
cul8er
Sweden
Please fix the logging configuration of this plugin.
Following line which is used two times by the Fanart Handler breaks every other plugin logging configuration:
LoggingConfiguration config = new LoggingConfiguration();
Instead, this should be
LoggingConfiguration config = LogManager.Configuration ?? new LoggingConfiguration();
Sweden