diff options
Diffstat (limited to 'macosx/HBTitle.h')
-rw-r--r-- | macosx/HBTitle.h | 2 |
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 |