lidarr-on-steroids/root/etc/services.d/setup/PUT_delayprofile.json

26 lines
537 B
JSON

{
"name": "Default",
"items": [
{
"name": "Usenet",
"protocol": "UsenetDownloadProtocol",
"allowed": true,
"delay": 0
},
{
"name": "Torrent",
"protocol": "TorrentDownloadProtocol",
"allowed": true,
"delay": 0
},
{
"name": "Deemix",
"protocol": "DeemixDownloadProtocol",
"allowed": true,
"delay": 0
}
],
"tags": [],
"id": 1
}