mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update socket script
This commit is contained in:
parent
8820b99495
commit
4ca00500b7
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Message implements MessageComponentInterface {
|
|||
}
|
||||
|
||||
private function shouldPropagateInfo($row) {
|
||||
if (preg_match('/^unknowDevice.*/', $row['yptDeviceId'])) {
|
||||
if (!empty($row['yptDeviceId']) && preg_match('/^unknowDevice.*/', $row['yptDeviceId'])) {
|
||||
return false;
|
||||
}
|
||||
if (!empty($row['isCommandLine'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue