diff options
Diffstat (limited to 'includes/inc_files.php')
-rwxr-xr-x | includes/inc_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_files.php b/includes/inc_files.php index 7a6f5a8..0a48aeb 100755 --- a/includes/inc_files.php +++ b/includes/inc_files.php @@ -1,6 +1,6 @@ <?php -$audiotypes='mp3 aac'; +$audiotypes='mp3 aac wav'; function mediagetinfostream($stream = "") { |