Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Set check_mediainfo default to false
Browse files Browse the repository at this point in the history
Fixes issue #1
  • Loading branch information
herrbischoff committed Dec 27, 2015
1 parent 8507dba commit b5cbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Whether to check for mediainfo
*/
$mediainfo_check = true;
$mediainfo_check = false;

/**
* Feed info
Expand Down

0 comments on commit b5cbd31

Please sign in to comment.