Consistent source filenames

This commit is contained in:
Rafostar
2020-12-15 18:27:18 +01:00
parent 5231a1f225
commit dde35270ff
3 changed files with 1 additions and 1 deletions

View File

@@ -292,7 +292,7 @@ class ClapperPlayerBase extends GstPlayer.Player
if(!WebServer) { if(!WebServer) {
/* Probably most users will not use this, /* Probably most users will not use this,
* so conditional import for faster startup */ * so conditional import for faster startup */
WebServer = imports.clapper_src.webserver.WebServer; WebServer = imports.clapper_src.webServer.WebServer;
} }
if(!this.webserver) if(!this.webserver)