Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle missing track search results on bind (#1196)
It's possible that a manga is bound to a tracker while there is no search result. This happens when e.g. restoring a backup which includes track bindings for which there was never a tracker search. In that case when trying to e.g. copy the binding to another manga, the mutation would fail due to not finding a search result. These cases can be handled by additionally checking the TrackRecordTable to get the necessary track info.
- Loading branch information