This release fixes the following issues:
* Add error handling for when an unsupported condition type is found in a dynamic (loaded from TRaSH-Guides) or remote custom format, so the error message is easier to understand.
* Buildarr is not capable of ignoring remote custom formats with unsupported condition types defined on them at the moment, so return an error instead. If this happens, it is recommended to [create a bug report](https://github.com/buildarr/buildarr-radarr/issues/new).
* If an unsupported resource type (download client, indexer, notification) is found on the remote instance, ignore it (while logging the implementation name), instead of returning an error.
Changed
* Improve handling of unsupported resource types ([43](https://github.com/buildarr/buildarr-radarr/pull/43))