Skip to content

Commit

Permalink
add adTargeting property
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Apr 7, 2017
1 parent e8a6257 commit 04900a8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gmusicapi/protocol/mobileclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,16 @@
'required': False,
'items': {'type': 'string'}
},
'byline': {'type': 'string', 'required': False}
'byline': {'type': 'string', 'required': False},
'adTargeting': {
'type': 'object',
'properties': {
'keyword': {'type': 'array',
'items': {'type': 'string'}
},
},
'required': False,
},
}
}

Expand Down

0 comments on commit 04900a8

Please sign in to comment.