2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

98_Text2Speech.pm: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@29135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Tobias.Faust 2024-09-08 10:11:10 +00:00
parent 35ca2e1243
commit b97609df0c

View File

@ -1369,7 +1369,7 @@ sub Text2Speech_AddExtension(@) {
}
#########################
sub Text2SpeechRemoveExtension(@) {
sub Text2Speech_RemoveExtension(@) {
my ($link) = @_;
my $url = "/$link";
my $name = $::data{FWEXT}{$url}{deviceName};