Skip to content

Commit

Permalink
added new property "native_url" to model video
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Jan 26, 2016
1 parent bd62bf7 commit 6cac6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aping-models.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ angular.module('jtt_aping').service('apingModels', [function () {
text : undefined, // video description
img_url : undefined, // preview image url (best case 700px)
thumb_url : undefined, // best case 200px (min)
native_url: undefined, // native image url
source : undefined, // url to .mp4 file
markup: undefined, // markup to embed video
duration: undefined, // in seconds
Expand Down

0 comments on commit 6cac6ce

Please sign in to comment.