Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from sander1/master
Browse files Browse the repository at this point in the history
Use **kwargs to capture (and ignore) anything Plex clients can add to…
  • Loading branch information
phrawzty authored Oct 10, 2017
2 parents 76368eb + 2479caa commit 1727e0f
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 @@ -100,7 +100,7 @@ def CreateChannelObject(
own,
thumb,
include_container=False,
includeBandwidths=0
**kwargs
):
"""Build yon streamable object, ye mighty."""

Expand Down

0 comments on commit 1727e0f

Please sign in to comment.