fix: correct default value of STREMTHRU_STORE URL

This commit is contained in:
Viren070
2025-09-26 21:26:14 +01:00
parent a745ff25da
commit b5e1538c46
+1 -1
View File
@@ -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({