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