1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

added ability to prune empty playlists

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-05-22 02:29:05 +00:00
parent cebb21facc
commit d4b700e2fe
6 changed files with 57 additions and 3 deletions

View file

@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) {
/** This is the version.... fluf nothing more... **/
$results['version'] = '3.3.2-Beta3 (Build 006)';
$results['version'] = '3.3.2-Beta3 (Build 007)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];