summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-01-15 14:26:33 +0100
committerDamiano Galassi <[email protected]>2019-01-15 14:26:33 +0100
commit8fcde66f6ae16352e8473a35d5b87cd4482e70e7 (patch)
tree207e5a76d09a219d40b9b944bb689377657e58b3 /macosx/HBSubtitles.h
parent89742d0c72d8cfe67f9236f0361e606cf5fab8ae (diff)
MacGui: support SSA file import.
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r--macosx/HBSubtitles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h
index 562052890..a52e84c36 100644
--- a/macosx/HBSubtitles.h
+++ b/macosx/HBSubtitles.h
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)removeAll;
- (void)reloadDefaults;
-- (void)addSrtTrackFromURL:(NSURL *)srtURL;
+- (void)addExternalTrackFromURL:(NSURL *)fileURL;
@property (nonatomic, readonly) NSArray<NSDictionary *> *sourceTracks;
@property (nonatomic, readonly) NSMutableArray<HBSubtitlesTrack *> *tracks;