diff options
author | Damiano Galassi <[email protected]> | 2015-10-09 12:34:42 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-09 12:34:42 +0200 |
commit | f6920d0dbbc70e16cd016ab9d809532fa5db5521 (patch) | |
tree | d62071ed285145a946e20614bed73f44a9f8731b /macosx/HBJob.h | |
parent | f9c5593978ccc7f214dff75f01f59ebda91d8102 (diff) |
MacGui: add a duration column to the chapters table
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 73779ecee..3dda3f27e 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -74,7 +74,7 @@ typedef NS_ENUM(NSUInteger, HBJobState){ @property (nonatomic, readonly) HBSubtitles *subtitles; @property (nonatomic, readwrite) BOOL chaptersEnabled; -@property (nonatomic, readonly) NSMutableArray *chapterTitles; +@property (nonatomic, readonly) NSArray *chapterTitles; @end |