Skip to content

Commit

Permalink
Version 1.2.7
Browse files Browse the repository at this point in the history
* PlayVideo() got an unexpected keyword argument 'user_agent' fix
  • Loading branch information
Cigaras committed Dec 23, 2017
1 parent 79e890c commit 04b6790
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 @@ -250,7 +250,7 @@ def CreateVideoClipObject(url, title, thumb, art, summary,
MediaObject(
parts = [
PartObject(
key = HTTPLiveStreamURL(Callback(PlayVideo, url = url, user_agent = c_user_agent))
key = HTTPLiveStreamURL(Callback(PlayVideo, url = url, c_user_agent = c_user_agent))
)
],
audio_codec = c_audio_codec,
Expand Down

0 comments on commit 04b6790

Please sign in to comment.