summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-31 15:11:51 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-31 15:19:47 -0500
commit0b0f4d1634abc0985e6c0790c0af12073e8005c8 (patch)
tree0941e6fab0356849a68a03afcb458af4d6326af4 /lib/class
parenta55320408343d06c4f46311993486230da8d503f (diff)
downloadampache-0b0f4d1634abc0985e6c0790c0af12073e8005c8.tar.gz
ampache-0b0f4d1634abc0985e6c0790c0af12073e8005c8.tar.bz2
ampache-0b0f4d1634abc0985e6c0790c0af12073e8005c8.zip
Fix Random class
I blame the ghosts.
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/random.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/random.class.php b/lib/class/random.class.php
index e3141fcf..aa12ed9b 100644
--- a/lib/class/random.class.php
+++ b/lib/class/random.class.php
@@ -443,7 +443,7 @@ class Random implements media {
} // validate_type
public function get_stream_types() { }
- public function get_transcode_settings($target) { }
+ public function get_transcode_settings($target = null) { }
public function has_flag() { }
public function format() { }