mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -73,7 +73,6 @@ export type Settings = {
|
||||
forwardSkipTime: number;
|
||||
rewindSkipTime: number;
|
||||
optimizedVersionsServerUrl?: string | null;
|
||||
optimizedVersionsAuthHeader?: string | null;
|
||||
downloadMethod?: "optimized" | "remux";
|
||||
};
|
||||
/**
|
||||
@@ -110,7 +109,6 @@ const loadSettings = async (): Promise<Settings> => {
|
||||
forwardSkipTime: 30,
|
||||
rewindSkipTime: 10,
|
||||
optimizedVersionsServerUrl: null,
|
||||
optimizedVersionsAuthHeader: null,
|
||||
downloadMethod: "remux",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user