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:
parent
7edb91224e
commit
d0e0756a23
@ -604,6 +604,7 @@ sub XBMC_is3DFile($$) {
|
||||
return ($filename =~ /([-. _]3d[-. _]|.*3dbd.*)/i);
|
||||
}
|
||||
|
||||
sub XBMC_CreateReading($$$);
|
||||
sub XBMC_CreateReading($$$) {
|
||||
my $hash = shift;
|
||||
my $key = shift;
|
||||
|
Loading…
x
Reference in New Issue
Block a user