1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

Better Video integration in Ampache features

This commit is contained in:
Afterster 2014-07-08 20:00:33 +02:00
parent 7258fdcb63
commit 0254be9982
92 changed files with 1253 additions and 636 deletions

View file

@ -42,8 +42,7 @@ function get_song_files($media_ids)
if ($media->enabled) {
$total_size += sprintf("%.2f",($media->size/1048576));
$media->format();
$dirname = $media->f_album_full;
//debug_event('batch.lib.php', 'Songs file {'.$media->file.'}...', '5');
$dirname = $media->get_fullname();
if (!array_key_exists($dirname, $media_files)) {
$media_files[$dirname] = array();
}