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:
parent
d5d84d6462
commit
3fc08b17d4
64 changed files with 1506 additions and 478 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue