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

26 lines
537 B
JSON
Raw Permalink Normal View History

2023-09-10 16:52:32 +00:00
{
"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
}