Kometa-Team/Kometa

Collections appear as Unconfigured when `run_order` has operations prior to collections

YozoraXCII opened this issue · 0 comments

Version Number

1.21

What branch are you on?

nightly

Describe the Bug

There is some inconsistent reporting on Unconfigured collections when run_order has operations happening prior to collections.

For example my YAML is:

collections:
  Thriller:
    plex_all: true

and my run order is

When my run order is Operations, Metadata, Collections, Overlays I get this:
image

If I change my run order to Collections, Metadata, Operations, Overlays I get:
image

This impacts both the show_unconfigured setting and the delete_collections operation when unconfigured: true. It should be noted that even though the collection is shown as unconfigured, the collections are not deleted as part of the operation.

Relevant Collection/Overlay/Playlist Definition

No response

Logs

No response