Skip to content

Commit 6e0cc73

Browse files
authored
Merge pull request #157 from duhnnie/bugfix/compatibility-fix
Fix compatibility with Swift 5.5
2 parents 8112f83 + 0fa725b commit 6e0cc73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/LastFM/Models/ExtendedRecentTrack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public struct ExtendedRecentTrack: Codable {
7373
}
7474
}
7575

76-
public func encode(to encoder: any Encoder) throws {
76+
public func encode(to encoder: Encoder) throws {
7777
var container = encoder.container(keyedBy: CodingKeys.self)
7878

7979
try container.encode(name, forKey: .name)

0 commit comments

Comments
 (0)