mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
wip
This commit is contained in:
@@ -74,6 +74,7 @@ type Settings = {
|
||||
rewindSkipTime: number;
|
||||
optimizedVersionsServerUrl?: string | null;
|
||||
optimizedVersionsAuthHeader?: string | null;
|
||||
downloadMethod?: "optimized" | "remux";
|
||||
};
|
||||
/**
|
||||
*
|
||||
@@ -108,6 +109,9 @@ const loadSettings = async (): Promise<Settings> => {
|
||||
defaultVideoOrientation: ScreenOrientation.OrientationLock.DEFAULT,
|
||||
forwardSkipTime: 30,
|
||||
rewindSkipTime: 10,
|
||||
optimizedVersionsServerUrl: null,
|
||||
optimizedVersionsAuthHeader: null,
|
||||
downloadMethod: "remux",
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user