Finally pushed out an update to iCatcher. Mostly fixes, but working on some other UI things to come later. Apple Watch users will get some updates like manual sort for the locally downloaded episodes. Ability to select a playlist to auto transfer (when a download completes and it is already part of that playlist). Podcast search on the watch, but no subscribing yet. And like it’s been for a long time you can play through your watch speaker if you want. Don’t need a new watch for that.
https://apps.apple.com/us/app/icatcher-podcast-player/id414419105
apparently the fix is to use .environment modifying. Example
.environment(\.editMode, $manager.editMode)
binding the editMode to a variable instead.