~michael-sheldon/gallery-app/finalize-transfers

« back to all changes in this revision

Viewing changes to click/gallery-content.json

  • Committer: CI bot
  • Author(s): Michael Sheldon
  • Date: 2014-07-03 16:26:34 UTC
  • mfrom: (1004.1.5 add-content-hub-video-handler)
  • Revision ID: ps-jenkins@lists.canonical.com-20140703162634-y10jt50rmyegz009
Add videos as supported content-hub destination and source type. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "destination": [
3
 
        "pictures"
 
3
        "pictures",
 
4
        "videos"
4
5
    ],
5
6
    "source": [
6
 
        "pictures"
 
7
        "pictures",
 
8
        "videos"
7
9
    ]
8
10
}