fix source session

This commit is contained in:
aynakeya
2024-04-20 17:31:09 -07:00
parent e01d067cbc
commit e2fa2bdb8e
7 changed files with 243 additions and 206 deletions

View File

@@ -9,6 +9,7 @@ import (
"AynaLivePlayer/internal/source"
"AynaLivePlayer/plugin/diange"
"AynaLivePlayer/plugin/qiege"
"AynaLivePlayer/plugin/sourcelogin"
)
func Initialize() {
@@ -18,7 +19,7 @@ func Initialize() {
controller.Initialize()
liveroom.Initialize()
plugins.Initialize()
plugins.LoadPlugins(diange.NewDiange(), qiege.NewQiege())
plugins.LoadPlugins(diange.NewDiange(), qiege.NewQiege(), sourcelogin.NewSourceLogin())
}
func Stop() {