[PlaylistEntry] Fix a single warning

Fix a warning about nullability of a class member.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-17 10:22:31 -07:00
parent 5a6295be1e
commit ab32365c45
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
@property(nonatomic) NSData *_Nullable albumArtInternal;
@property(nonatomic) BOOL Unsigned;
@property(nonatomic) NSURL *URL;
@property(nonatomic) NSURL *_Nullable URL;
- (void)setMetadata:(NSDictionary *_Nonnull)metadata;