You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the get.php (lines in the region 70 - 80) you have a switch statement based on file extension.
Would it be possible to add audio support here (for example for mp4 audio), or better yet, get the mime type using a standard library lookup.
The text was updated successfully, but these errors were encountered:
In the get.php (lines in the region 70 - 80) you have a switch statement based on file extension.
Would it be possible to add audio support here (for example for mp4 audio), or better yet, get the mime type using a standard library lookup.
The text was updated successfully, but these errors were encountered: