summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-17 14:43:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-17 14:43:57 +0000
commit7206d2c97bce26f10daf9a4bdc662c261d461799 (patch)
treed314d3c1c80339435a5f8c0139da42b0474d7b0a /modules
parent11201fad55f11974c19b9bafc182c6b207ca75a8 (diff)
downloadampache-7206d2c97bce26f10daf9a4bdc662c261d461799.tar.gz
ampache-7206d2c97bce26f10daf9a4bdc662c261d461799.tar.bz2
ampache-7206d2c97bce26f10daf9a4bdc662c261d461799.zip
fixed play_selected from playlists
Diffstat (limited to 'modules')
-rw-r--r--modules/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php
index fe343fe2..633225b3 100644
--- a/modules/init.php
+++ b/modules/init.php
@@ -83,7 +83,7 @@ if (!$results['conf']['allow_stream_playback']) {
}
$results['conf']['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['conf']['web_path'];
-$results['conf']['version'] = '3.3.1-rc Build (002)';
+$results['conf']['version'] = '3.3.1-rc Build (003)';
$results['conf']['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx';
$results['libglue']['local_table'] = 'session';
$results['libglue']['local_sid'] = 'id';