Skip to content

Commit

Permalink
Fix song item views on iPhone not getting updated correctly once list…
Browse files Browse the repository at this point in the history
… starts reusing item views

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
  • Loading branch information
claucambra committed May 28, 2024
1 parent 1148770 commit a9bbd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Library/SongListItemView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import HarmonyKit
import SwiftUI

struct SongListItemView: View {
@State var song: Song
let song: Song
@State var isCurrentSong = false
@State var displayArtwork = true
@State var displayArtist = true
Expand Down

0 comments on commit a9bbd45

Please sign in to comment.