Skip to content

Commit

Permalink
Fix OpenPHT checkFiles option. #21
Browse files Browse the repository at this point in the history
  • Loading branch information
KOL committed Jan 11, 2016
1 parent 90bacff commit 17b68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def MySubscriptions(offset=None):


@route(PREFIX + '/video/view')
def VideoView(vid):
def VideoView(vid, **kwargs):
return URLService.MetadataObjectForURL(
url=Video.GetServiceURL(vid, Dict['access_token'], GetLanguage()),
in_container=True
Expand Down

0 comments on commit 17b68fe

Please sign in to comment.