Create emby.json

This commit is contained in:
Dorae 2024-01-20 16:35:46 +08:00 committed by GitHub
parent 181e7f0b80
commit bfe8b145c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
emby.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": 1,
"rules": [
{
"domain": [
"cherrytv.one"
]
},
{
"domain_suffix": [
".cherrytv.one"
]
},
{
"domain_keyword": [
"cherrytv"
]
}
]
}