diff --git a/source/lib/DownloadDispatcher/Source/Plugin/TV.class.php b/source/lib/DownloadDispatcher/Source/Plugin/TV.class.php index 11cae9e..c2ebebc 100644 --- a/source/lib/DownloadDispatcher/Source/Plugin/TV.class.php +++ b/source/lib/DownloadDispatcher/Source/Plugin/TV.class.php @@ -109,7 +109,7 @@ class DownloadDispatcher_Source_Plugin_TV extends DownloadDispatcher_Source_Plug // Filename not recognised, try the parent directory name instead if ($try_parent) { - return identifyOutputDir(dirname($dir), basename($dir), false); + return $this->identifyOutputDir(dirname($dir), basename($dir), false); } throw new DownloadDispatcher_Exception_UnidentifiedContent($file);