summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-12-27 11:53:11 +0100
committerDamiano Galassi <[email protected]>2016-12-27 11:53:11 +0100
commit2cc18941fa64a74d0f86f00215f112d940266585 (patch)
tree45b4d9b423ebcc5be8605e413af3fc021359e3f9 /macosx/HBTitle.m
parentec1553108f3881a380904bcc8be7c19a626cb69a (diff)
MacGui: enable NSSecureCoding for the queue file.
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r--macosx/HBTitle.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m
index 66d76efd3..cfe511157 100644
--- a/macosx/HBTitle.m
+++ b/macosx/HBTitle.m
@@ -29,7 +29,7 @@ extern NSString *keySubTrackType;
@property (nonatomic, readonly) hb_title_t *hb_title;
@property (nonatomic, readonly) hb_handle_t *hb_handle;
-@property (nonatomic, readwrite, strong) NSString *name;
+@property (nonatomic, readwrite, copy) NSString *name;
@property (nonatomic, readwrite) NSArray *audioTracks;
@property (nonatomic, readwrite) NSArray *subtitlesTracks;