Skip to content

Commit

Permalink
fix(artist): set mbid as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 7, 2022
1 parent c449aef commit 8de1935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstfm/Models/LastFM/ArtistInfo.swift
Expand Up @@ -4,7 +4,7 @@ struct ArtistInfo: Codable {
let bio: ArtistBio
let ontour: String
let stats: ArtistStats
let mbid: String
let mbid: String?
let image: [LastFMImage]
var similar: SimilarArtists
let url: String
Expand Down

0 comments on commit 8de1935

Please sign in to comment.