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 644c4c112..696ff1c29 100644 --- a/macosx/HBSubtitlesTrack.h +++ b/macosx/HBSubtitlesTrack.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// A complete list of the possible encodings. - (NSArray<NSString *> *)encodings; -@property (nonatomic, readonly) BOOL isSrt; +@property (nonatomic, readonly) BOOL isExternal; @property (nonatomic, readonly) BOOL isEnabled; @property (nonatomic, readonly) BOOL isForcedSupported; @property (nonatomic, readonly) BOOL canPassthru; |