Remove airplay filter now that apple tv supports airplay 2 (#94693)
remove airplay filter
This commit is contained in:
parent
298f763f12
commit
45bf1235d8
2 changed files with 1 additions and 33 deletions
|
@ -16,24 +16,7 @@
|
|||
"_touch-able._tcp.local.",
|
||||
"_appletv-v2._tcp.local.",
|
||||
"_hscp._tcp.local.",
|
||||
{
|
||||
"type": "_airplay._tcp.local.",
|
||||
"properties": {
|
||||
"model": "appletv*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "_airplay._tcp.local.",
|
||||
"properties": {
|
||||
"model": "audioaccessory*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "_airplay._tcp.local.",
|
||||
"properties": {
|
||||
"am": "airport*"
|
||||
}
|
||||
},
|
||||
"_airplay._tcp.local.",
|
||||
{
|
||||
"type": "_raop._tcp.local.",
|
||||
"properties": {
|
||||
|
|
|
@ -251,21 +251,6 @@ ZEROCONF = {
|
|||
"_airplay._tcp.local.": [
|
||||
{
|
||||
"domain": "apple_tv",
|
||||
"properties": {
|
||||
"model": "appletv*",
|
||||
},
|
||||
},
|
||||
{
|
||||
"domain": "apple_tv",
|
||||
"properties": {
|
||||
"model": "audioaccessory*",
|
||||
},
|
||||
},
|
||||
{
|
||||
"domain": "apple_tv",
|
||||
"properties": {
|
||||
"am": "airport*",
|
||||
},
|
||||
},
|
||||
{
|
||||
"domain": "samsungtv",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue