2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

37_Spotify: prototype fix

git-svn-id: https://svn.fhem.de/fhem/trunk@14451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neumann 2017-06-02 16:04:33 +00:00
parent f96f3830fe
commit 44a03638be

View File

@ -658,7 +658,7 @@ sub Spotify_volumeStep($$$$) {
} }
sub Spotify_getTargetDeviceID($$$) { # resolve target device settings sub Spotify_getTargetDeviceID { # resolve target device settings
my ($hash, $device_id, $newPlayback) = @_; my ($hash, $device_id, $newPlayback) = @_;
my $name = $hash->{NAME}; my $name = $hash->{NAME};