Description return wrong value

This commit is contained in:
aynakeya
2024-04-09 22:12:45 -07:00
parent e899c93a01
commit 3bd3728cf3

View File

@@ -26,7 +26,7 @@ func (l *LiveRoomProvider) GetName() string {
}
func (l *LiveRoomProvider) GetDescription() string {
return l.Name
return l.Description
}
func (l *LiveRoomProvider) CreateLiveRoom(cfg LiveRoomConfig) (LiveRoom, error) {