diff options
Diffstat (limited to 'macosx/HBSubtitlesTrack.h')
-rw-r--r-- | macosx/HBSubtitlesTrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitlesTrack.h b/macosx/HBSubtitlesTrack.h index d1eb1277e..644c4c112 100644 --- a/macosx/HBSubtitlesTrack.h +++ b/macosx/HBSubtitlesTrack.h @@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN delegate:(id<HBTrackDelegate>)delegate; /// The index of the source in the data source tracks array. -@property (nonatomic, readonly) NSUInteger sourceTrackIdx; +@property (nonatomic, readwrite) NSUInteger sourceTrackIdx; /// Format. @property (nonatomic, readonly) int type; @property (nonatomic, readwrite) int container; |