Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 30, 2024
1 parent 91bd57d commit 8d0104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MusicLibrary/Process/CopyProcessor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
public struct CopyProcessor: LibraryProcessor {
private let mapping: (Track) -> URL?

public init(mapping: @escaping (Track) -> URL) {
public init(mapping: @escaping (Track) -> URL?) {
self.mapping = mapping
}

Expand Down

0 comments on commit 8d0104a

Please sign in to comment.