ref: hide all html tags by default

This commit is contained in:
relikd
2025-11-28 13:05:03 +01:00
parent 5cd7034fc8
commit 71d1b35aac
7 changed files with 13 additions and 11 deletions

View File

@@ -35,7 +35,6 @@ extension PreviewGenerator {
/// Process info stored in `iTunesMetadata.plist`
mutating func procItunesMeta(_ itunesPlist: PlistDict?) {
guard let itunesPlist else {
self.apply(["iTunesHidden": CLASS_HIDDEN])
return
}