mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
fix(profile): enable ASS direct play by default in mobile profile config
This commit is contained in:
@@ -15,7 +15,7 @@ import org.jellyfin.sdk.model.api.SubtitleProfile
|
||||
import org.jellyfin.sdk.model.api.TranscodingProfile
|
||||
|
||||
internal data class JellyfinAndroidMobileProfileConfig(
|
||||
val assDirectPlay: Boolean = false,
|
||||
val assDirectPlay: Boolean = true,
|
||||
)
|
||||
|
||||
internal object JellyfinAndroidMobileDeviceProfile {
|
||||
|
||||
Reference in New Issue
Block a user