Skip to content

Commit

Permalink
fix: fixed video model
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Jan 25, 2016
1 parent 924aa4c commit 88fec67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apiNG",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://github.com/JohnnyTheTank/apiNG",
"authors": [
"Jonathan Hornung <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/aping.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@name: aping
@version: 1.0.6 (24-01-2016)
@version: 1.0.7 (25-01-2016)
@author: Jonathan Hornung <[email protected]>
@url: https://github.com/JohnnyTheTank/apiNG
@license: MIT
Expand Down Expand Up @@ -503,7 +503,7 @@ angular.module('jtt_aping').service('apingModels', [function () {

case "video":
model = {
platform : undefined, //NAME of platform ( "youtube" / "facebook", "instagram" , ...)
platform : _platform, //NAME of platform ( "youtube" / "facebook", "instagram" , ...)
blog_name : undefined, //NAME of blog (channel / page / instagram account / ..)
blog_id : undefined, //ID of channel / page / account, ...
blog_link : undefined, //link to channel / uploader / page / account, ...
Expand Down
Loading

0 comments on commit 88fec67

Please sign in to comment.