Update naming convention

This commit is contained in:
Telesphoreo 2023-11-26 00:31:13 -06:00
parent 20765403f4
commit 7254097ae4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class PlexLibraryManager implements PluginLoader
pluginLibraries.asDependencies().forEach(resolver::addDependency);
pluginLibraries.asRepositories().forEach(resolver::addRepository);
// The plugin is null, a hacky way to check whether to load Jetty or not
if (new File("plugins/Plex/modules/Plex-HTTPD.jar").isFile())
if (new File("plugins/Plex/modules/Module-HTTPD.jar").isFile())
{
resolver.addDependency(new Dependency(new DefaultArtifact("org.eclipse.jetty:jetty-server:11.0.18"), null));
resolver.addDependency(new Dependency(new DefaultArtifact("org.eclipse.jetty:jetty-servlet:11.0.18"), null));