version bump and warning fix

This commit is contained in:
2025-11-15 18:20:37 -08:00
parent 0916de60f3
commit a6ca763730
2 changed files with 5 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ struct MediaItemCell: View
}
private var iconName: String {
if let playbackError {
if playbackError != nil {
return "exclamationmark.triangle.fill"
}