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 931701776b
commit 84ae8924ac

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 $name = $hash->{NAME};