Skip to content

Commit

Permalink
this break refresh opps
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Nov 15, 2023
1 parent ee01ff4 commit 03d71aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/multisync.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ function parseFPPSystems(data) {
hostname = ip;
} else {
var cleanHost = hostname.replace(/[^a-zA-Z0-9]/, '_');
hostRowKey = hostRowKey + '_' + cleanHost;
rowID = rowID + '_' + cleanHost;
}
var hostKey = hostname + '_' + data[i].version + '_' + data[i].fppModeString + '_' + data[i].channelRanges;
Expand Down

0 comments on commit 03d71aa

Please sign in to comment.