From ce95ec883b193896c382fa5ce2433a29399e23b0 Mon Sep 17 00:00:00 2001 From: aiden Date: Mon, 24 May 2021 00:32:52 -0400 Subject: [PATCH] Update DeviceProfileBuilder.swift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit stupid subtitle extraction 👎 --- JellyfinPlayer/DeviceProfileBuilder.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JellyfinPlayer/DeviceProfileBuilder.swift b/JellyfinPlayer/DeviceProfileBuilder.swift index d4f7cd29..8dcc3934 100644 --- a/JellyfinPlayer/DeviceProfileBuilder.swift +++ b/JellyfinPlayer/DeviceProfileBuilder.swift @@ -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"))