diff --git a/TagTunes/MainViewController.swift b/TagTunes/MainViewController.swift index 2f9fb00..8ef59a7 100644 --- a/TagTunes/MainViewController.swift +++ b/TagTunes/MainViewController.swift @@ -627,7 +627,6 @@ extension MainViewController { if recoveryOptionIndex == 0 { return true } - // TODO: Implementation if let term = searchTerm where error == searchError || error.userInfo[NSUnderlyingErrorKey] === searchError { beginSearchForTerm(term) return true