4 Commits

Author SHA1 Message Date
ibaker
278593f0c8 Use the content URI as well as mediaId for the auto-generated ad ID
MediaItem.mediaId used to default to the content URI, but this changed:
cc26a92e07

Before the mediaId change linked above, a playlist of different content
all with the same ad URI would play the ads for every item. After the
change the ad would only play once (because mediaId == "" for every
item, so they're all the same). This change restores roughly the
original behaviour by always considering both mediaId and the content
URI.

Issue: #9106
PiperOrigin-RevId: 382763618
2021-07-16 16:12:59 +01:00
Oliver Woodman
f89d3a9007 Read-add gh-pages 2021-04-20 17:32:19 +01:00
Oliver Woodman
ebd024a3ae Delete gh-pages for now 2021-04-20 16:49:00 +01:00
Oliver Woodman
be50942c24 Move gh-pages to required directory 2021-04-20 16:18:09 +01:00