mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(presets/newznab): remove trailing space in Tabula Rasa URL (#494)
This commit is contained in:
@@ -43,7 +43,7 @@ export class NewznabPreset extends BuiltinAddonPreset {
|
||||
{ label: 'SceneNZBs', value: 'https://scenenzbs.com' },
|
||||
{
|
||||
label: 'Tabula Rasa',
|
||||
value: 'https://www.tabula-rasa.pw/api/v1/ ',
|
||||
value: 'https://www.tabula-rasa.pw/api/v1/',
|
||||
},
|
||||
{
|
||||
label: 'TorBox Search',
|
||||
|
||||
Reference in New Issue
Block a user