fix: missing subtitles on android

This commit is contained in:
edde746
2025-11-04 08:48:04 +01:00
parent 770cb6b744
commit 7efa96be74
2 changed files with 2 additions and 0 deletions
Binary file not shown.
+2
View File
@@ -102,6 +102,8 @@ class _VideoPlayerScreenState extends State<VideoPlayerScreen> {
player = Player(
configuration: PlayerConfiguration(
libass: true,
libassAndroidFont: 'assets/droid-sans.ttf',
libassAndroidFontName: 'Droid Sans Fallback',
bufferSize: bufferSizeBytes,
),
);