mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
feat: Enable ASS direct play in TV device profile
This commit is contained in:
@@ -17,7 +17,7 @@ internal data class JellyfinAndroidTvProfileConfig(
|
||||
val maxBitrate: Int = 100_000_000,
|
||||
val isAc3Enabled: Boolean = true,
|
||||
val downMixAudio: Boolean = false,
|
||||
val assDirectPlay: Boolean = false,
|
||||
val assDirectPlay: Boolean = true,
|
||||
val pgsDirectPlay: Boolean = true,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user