Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 6b0d23e

Browse files
foxtaclesscivision
authored andcommitted
fix missing glob passthrough
1 parent 51daeef commit 6b0d23e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pylivestream
3-
version = 1.11.0
3+
version = 1.11.1
44
author = Michael Hirsch, Ph.D.
55
author_email = [email protected]
66
description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more

src/pylivestream/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def glob_run():
143143
timeout=P.timeout,
144144
loop=P.loop,
145145
video_path=P.path,
146+
glob=P.glob,
146147
shuffle=P.shuffle,
147148
still_image=P.image,
148149
no_meta=P.nometa,

0 commit comments

Comments
 (0)