Skip to content

Commit

Permalink
Fix failing Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Feb 6, 2024
1 parent bd95731 commit 7b2deba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TMDb/Networking/TMDbAPIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extension TMDbAPIClient {

urlComponents.scheme = baseURL.scheme
urlComponents.host = baseURL.host
urlComponents.path = baseURL.appending(path: urlComponents.path).path()
urlComponents.path = "\(baseURL.path)\(urlComponents.path)"

return urlComponents.url!
.appendingAPIKey(apiKey)
Expand Down

0 comments on commit 7b2deba

Please sign in to comment.