mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
update defaut subtitle size
This commit is contained in:
parent
a5feeb40a7
commit
2b2b838745
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export const RESUME_PREF = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const SUBTITLE_SIZE_KEY = '@subtitle_size_preference';
|
export const SUBTITLE_SIZE_KEY = '@subtitle_size_preference';
|
||||||
export const DEFAULT_SUBTITLE_SIZE = 50;
|
export const DEFAULT_SUBTITLE_SIZE = 30;
|
||||||
|
|
||||||
// Define the TrackPreferenceType for audio/text tracks
|
// Define the TrackPreferenceType for audio/text tracks
|
||||||
export type TrackPreferenceType = 'system' | 'disabled' | 'title' | 'language' | 'index';
|
export type TrackPreferenceType = 'system' | 'disabled' | 'title' | 'language' | 'index';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue