We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8112f83 + 0fa725b commit 6e0cc73Copy full SHA for 6e0cc73
1 file changed
Sources/LastFM/Models/ExtendedRecentTrack.swift
@@ -73,7 +73,7 @@ public struct ExtendedRecentTrack: Codable {
73
}
74
75
76
- public func encode(to encoder: any Encoder) throws {
+ public func encode(to encoder: Encoder) throws {
77
var container = encoder.container(keyedBy: CodingKeys.self)
78
79
try container.encode(name, forKey: .name)
0 commit comments