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:
parent
cebb21facc
commit
d4b700e2fe
6 changed files with 57 additions and 3 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue