Skip to content

Commit f03a30e

Browse files
committed
Merge pull request #1336 from SamInPgh/public/9.0
1 parent 46afe90 commit f03a30e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Slim/Control/Queries.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4039,6 +4039,11 @@ sub statusQuery {
40394039
$request->addResult('digital_volume_control', $digitalVolumeControl + 0);
40404040
}
40414041

4042+
my $hasDigitalOut = $client->hasDigitalOut();
4043+
if ( defined ($hasDigitalOut) ) {
4044+
$request->addResult('has_digital_out', $hasDigitalOut + 0);
4045+
}
4046+
40424047
if ($menuMode || $request->getParam('alarmData')) {
40434048
# send information about the alarm state to SP
40444049
my $alarmNext = Slim::Utils::Alarm->alarmInNextDay($client);

0 commit comments

Comments
 (0)