play fullscreen
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ func StartHttpServer(domainInstance domain.Domain) {
|
||||
NewSoftwareController(domainInstance.SoftwareService),
|
||||
NewSoftwareUpdaterController(domainInstance.SoftwareUpdaterService),
|
||||
NewDownloadController(domainInstance.DownloadService),
|
||||
NewPlayController(),
|
||||
NewPlayController(domainInstance.SoftwareService),
|
||||
).Init()
|
||||
|
||||
http_utils.StartGenericHTTPServer(http_utils.StartGenericHTTPServerContext{
|
||||
|
||||
Reference in New Issue
Block a user