mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Consistent source filenames
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user