mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
Add http:// to run local
This commit is contained in:
@@ -42,5 +42,5 @@ export function generateAddonUrl(config: AddonConfig): string {
|
||||
// Converter o objeto em string e codificar para URL
|
||||
const encodedConfig = encodeURIComponent(JSON.stringify(cleanConfig));
|
||||
|
||||
return `${window.location.host}/${encodedConfig}/manifest.json`;
|
||||
return `http://${window.location.host}/${encodedConfig}/manifest.json`;
|
||||
}
|
||||
Reference in New Issue
Block a user