play fullscreen

This commit is contained in:
2025-12-12 16:00:06 +01:00
parent a7cf3c8a10
commit 0a92fd678f
3 changed files with 74 additions and 15 deletions
+1 -1
View File
@@ -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{