mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): set default presetInstanceId to 'custom' to pass length check
This commit is contained in:
@@ -192,7 +192,7 @@ function Content() {
|
||||
name: addonName,
|
||||
identifyingName: addonName,
|
||||
presetType: 'custom',
|
||||
presetInstanceId: '',
|
||||
presetInstanceId: 'custom',
|
||||
enabled: true,
|
||||
manifestUrl: 'http://localhost:2000/manifest.json',
|
||||
timeout: 10000,
|
||||
|
||||
Reference in New Issue
Block a user