2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

70_XBMC: fixed recursive call

git-svn-id: https://svn.fhem.de/fhem/trunk@7648 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vbs2 2015-01-20 22:57:51 +00:00
parent 7edb91224e
commit d0e0756a23

View File

@ -604,6 +604,7 @@ sub XBMC_is3DFile($$) {
return ($filename =~ /([-. _]3d[-. _]|.*3dbd.*)/i);
}
sub XBMC_CreateReading($$$);
sub XBMC_CreateReading($$$) {
my $hash = shift;
my $key = shift;