if no filters are applied, ensure we include the entire kind list

patch bump
This commit is contained in:
onyx-and-iris 2025-06-19 23:10:52 +01:00
parent a26ce74151
commit e9b3106aa6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online> # SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = "0.16.8" __version__ = "0.16.9"

View File

@ -43,7 +43,7 @@ def list_(
if vlc: if vlc:
kinds.append('vlc') kinds.append('vlc')
if not any([input, output, colour, ffmpeg, 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( inputs = sorted(
( (