Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Swift 5.0 #28

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
# Conflicts:
#	Source/iTunes.swift
  • Loading branch information
Martin Rehder authored and Martin Rehder committed Feb 11, 2017
commit 9fee029174a1e514e88f2210ee8b23bd831bd4fe
1 change: 1 addition & 0 deletions Source/iTunes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public final class iTunes {
}

func lookupWithParams(params: [String : String], completion: @escaping (Result<AnyObject, SearchError>) -> Void) -> URLSessionTask? {

guard let url = URLWithParameters(params, path: "/lookup") else {
completion(.failure(.invalidURL))
return nil
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.