Update DeviceProfileBuilder.swift

stupid subtitle extraction 👎
This commit is contained in:
aiden 2021-05-24 00:32:52 -04:00 committed by GitHub
parent a32dd66521
commit ce95ec883b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ class DeviceProfileBuilder {
SubtitleProfiles.append(_AVSubtitleProfile(Format: "ssa", Method: "External"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgssub", Method: "Embed"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "sub", Method: "Embed"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "subrip", Method: "Embed"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "rip", Method: "Embed"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "srt", Method: "Embed"))
SubtitleProfiles.append(_AVSubtitleProfile(Format: "pgs", Method: "Embed"))