Skip to content

Commit

Permalink
Update multisync.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercop23 authored and dkulp committed Oct 3, 2023
1 parent ba86815 commit 648f8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/multisync.php
Expand Up @@ -2222,8 +2222,9 @@ function multiActionChanged() {
}
},
3: {
"Master": function(e,n,f,i,$r,c,data) { return e === "Master"; },
"Master": function(e,n,f,i,$r,c,data) { return e === "Master"; }, // Can this be removed now?
"Player": function(e,n,f,i,$r,c,data) { return e === "Player"; },
"Multisync": function(e,n,f,i,$r,c,data) { return e === "Player w/ Multisync"; },
"Bridge": function(e,n,f,i,$r,c,data) { return e === "Bridge"; },
"Remote": function(e,n,f,i,$r,c,data) { return e === "Remote"; }
}
Expand Down

0 comments on commit 648f8b3

Please sign in to comment.