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 0a44249aa0
commit a463d014c5

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;