mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Delete statuses.json
This commit is contained in:
parent
7d666b5fec
commit
8238e802d8
4 changed files with 1 additions and 41 deletions
3
scripts/data/.gitignore
vendored
3
scripts/data/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
*
|
||||
!.gitignore
|
||||
!blocklist.json
|
||||
!statuses.json
|
||||
!blocklist.json
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"online": {
|
||||
"label": "",
|
||||
"code": "online",
|
||||
"level": 1
|
||||
},
|
||||
"geo_blocked": {
|
||||
"label": "Geo-blocked",
|
||||
"code": "geo_blocked",
|
||||
"level": 2
|
||||
},
|
||||
"not_247": {
|
||||
"label": "Not 24/7",
|
||||
"code": "not_247",
|
||||
"level": 3
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"code": "timeout",
|
||||
"level": 4
|
||||
},
|
||||
"offline": {
|
||||
"label": "Offline",
|
||||
"code": "offline",
|
||||
"level": 5
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue