summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-10-18 15:50:06 +0200
committerDamiano Galassi <[email protected]>2018-10-18 15:50:06 +0200
commit639b9c7648897a0029276799ad849721b1e32888 (patch)
tree50a21c0aa28048c6b9908d7e72be524738175ff9 /macosx/HBTitle.h
parent8150402d59c01f1a00587b7d169390710c4af58f (diff)
MacGui: fix a warning.
Diffstat (limited to 'macosx/HBTitle.h')
-rw-r--r--macosx/HBTitle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTitle.h b/macosx/HBTitle.h
index 3979b6d4c..bf87c1385 100644
--- a/macosx/HBTitle.h
+++ b/macosx/HBTitle.h
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readonly, nullable) NSString *album;
@property (nonatomic, readonly, nullable) NSString *albumArtist;
@property (nonatomic, readonly, nullable) NSString *genre;
-@property (nonatomic, readonly, nullable) NSString *description;
+@property (nonatomic, readonly, nullable) NSString *shortDescription;
@property (nonatomic, readonly, nullable) NSString *longDescription;
@end