mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 14:00:30 +01:00
if no filters are applied, ensure we include the entire kind list
patch bump
This commit is contained in:
parent
a26ce74151
commit
e9b3106aa6
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.16.8"
|
||||
__version__ = "0.16.9"
|
||||
|
@ -43,7 +43,7 @@ def list_(
|
||||
if vlc:
|
||||
kinds.append('vlc')
|
||||
if not any([input, output, colour, ffmpeg, vlc]):
|
||||
kinds = ['input', 'output', 'color', 'ffmpeg', 'vlc']
|
||||
kinds = ctx.obj.get_input_kind_list(False).input_kinds
|
||||
|
||||
inputs = sorted(
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user