1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Improve video browsing and metadata parsing

Add TheMovieDB metadata plugin
This commit is contained in:
Afterster 2014-07-06 00:54:48 +02:00
parent d5d84d6462
commit 3fc08b17d4
64 changed files with 1506 additions and 478 deletions

View file

@ -295,7 +295,6 @@ if ($_GET['action'] == 'download' AND AmpConfig::get('download')) {
debug_event('play', 'Downloading file...', 5);
// STUPID IE
$media->format_pattern();
$media_name = str_replace(array('?','/','\\'),"_",$media->f_file);
$browser->downloadHeaders($media_name,$media->mime,false,$media->size);