[PlaylistEntry] Fix a single warning
Fix a warning about nullability of a class member. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
5a6295be1e
commit
ab32365c45
|
@ -64,7 +64,7 @@
|
||||||
@property(nonatomic) NSData *_Nullable albumArtInternal;
|
@property(nonatomic) NSData *_Nullable albumArtInternal;
|
||||||
|
|
||||||
@property(nonatomic) BOOL Unsigned;
|
@property(nonatomic) BOOL Unsigned;
|
||||||
@property(nonatomic) NSURL *URL;
|
@property(nonatomic) NSURL *_Nullable URL;
|
||||||
|
|
||||||
- (void)setMetadata:(NSDictionary *_Nonnull)metadata;
|
- (void)setMetadata:(NSDictionary *_Nonnull)metadata;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue