native/request: use copied request.Protocol for request.Video.Protocols

This commit is contained in:
Max Cherry
2017-11-15 00:54:12 +02:00
parent e46c28dbcc
commit f877ceb9b9
+1 -1
View File
@@ -49,7 +49,7 @@ type Video struct {
// Description:
// An array of video protocols the publisher can accept in the bid response.
// See OpenRTB Table Video Bid Response Protocols for a list of possible values.
Protocols []int8 `json:"protocols"` // TODO!!!
Protocols []Protocol `json:"protocols"`
// Field:
// ext