From 639b9c7648897a0029276799ad849721b1e32888 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 18 Oct 2018 15:50:06 +0200 Subject: MacGui: fix a warning. --- macosx/HBTitle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') 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 -- cgit v1.2.3