We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e9538 commit 7a6bca0Copy full SHA for 7a6bca0
integrations/parsely/lib/index.js
@@ -175,7 +175,7 @@ Parsely.prototype.parseVideoMetadata = function(track) {
175
if (authors) authors = Array.isArray(authors) ? authors : [authors];
176
177
// https://www.parse.ly/help/integration/video/#video-metadata
178
- // https://paper.dropbox.com/doc/Segment-Video-Spec-jdrVhQdGo9aUTQ2kMsbnx
+ // https://segment.com/docs/connections/spec/video/
179
return reject({
180
title: track.proxy('properties.title'),
181
// Fallback on null to avoid NaN trickling through reject.
0 commit comments