mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Download clients now use thingy provider
This commit is contained in:
@@ -35,6 +35,13 @@ define(
|
||||
]);
|
||||
}
|
||||
|
||||
if (field.type === 'path') {
|
||||
return _templateRenderer.apply(field,
|
||||
[
|
||||
'Form/PathTemplate'
|
||||
]);
|
||||
}
|
||||
|
||||
return _templateRenderer.apply(field,
|
||||
[
|
||||
'Form/TextboxTemplate'
|
||||
|
||||
Reference in New Issue
Block a user