Skip to content

Commit

Permalink
at least, extract subtitle/mid
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Dec 1, 2016
1 parent 8034865 commit 2413fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Service/SolrService.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ public function extractableFile($mimetype, $path = '')
return $this->extractableFile($tmpmime);
}

// if (key_exists('extension', $pinfo))
// return true;
if (key_exists('extension', $pinfo))
return self::extractableFileExtension($pinfo['extension']);

return false;
}
Expand Down

0 comments on commit 2413fec

Please sign in to comment.