mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-24 18:13:09 +00:00
Update useSettings.ts
This commit is contained in:
parent
0a04ba5743
commit
6eae438300
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export interface AppSettings {
|
||||||
enableBackgroundPlayback: boolean;
|
enableBackgroundPlayback: boolean;
|
||||||
cacheLimit: number;
|
cacheLimit: number;
|
||||||
useExternalPlayer: boolean;
|
useExternalPlayer: boolean;
|
||||||
preferredPlayer: 'internal' | 'vlc' | 'infuse' | 'outplayer' | 'vidhub' | 'external';
|
preferredPlayer: 'internal' | 'vlc' | 'infuse' | 'outplayer' | 'vidhub' | 'infuse_livecontainer' | 'external';
|
||||||
showHeroSection: boolean;
|
showHeroSection: boolean;
|
||||||
featuredContentSource: 'tmdb' | 'catalogs';
|
featuredContentSource: 'tmdb' | 'catalogs';
|
||||||
heroStyle: 'legacy' | 'carousel';
|
heroStyle: 'legacy' | 'carousel';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue