mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: correct default value of STREMTHRU_STORE URL
This commit is contained in:
@@ -1120,7 +1120,7 @@ export const Env = cleanEnv(process.env, {
|
||||
|
||||
// StremThru Store settings
|
||||
STREMTHRU_STORE_URL: urlOrUrlList({
|
||||
default: ['https://stremthru.13377001.xyz/'],
|
||||
default: ['https://stremthru.13377001.xyz/stremio/store'],
|
||||
desc: 'StremThru Store URL',
|
||||
}),
|
||||
DEFAULT_STREMTHRU_STORE_TIMEOUT: num({
|
||||
|
||||
Reference in New Issue
Block a user