ref: introduce CLASS_VISIBLE

This commit is contained in:
relikd
2025-11-05 23:29:37 +01:00
parent f38c1f802f
commit d1aae4cc15
5 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ extension PreviewGenerator {
name = appleId
}
self.apply([
"iTunesHidden": "",
"iTunesHidden": CLASS_VISIBLE,
"iTunesId": (itunesPlist["itemId"] as? Int)?.description ?? "",
"iTunesName": itunesPlist["itemName"] as? String ?? "",
"iTunesGenres": formattedGenres(itunesPlist),