fix(exoplayer): apply subtitle styling

This commit is contained in:
edde746
2026-02-06 05:46:07 +01:00
parent f3fbdad4dc
commit 3d255f9920
6 changed files with 162 additions and 18 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class SettingsService extends BaseSharedPreferencesService {
}
int getSubtitleFontSize() {
return prefs.getInt(_keySubtitleFontSize) ?? 55;
return prefs.getInt(_keySubtitleFontSize) ?? 38;
}
// Text Color (hex format #RRGGBB, default white)