summaryrefslogtreecommitdiffstats
path: root/lib/class/random.class.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-31 15:04:41 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-31 15:04:41 -0500
commita55320408343d06c4f46311993486230da8d503f (patch)
tree3f5484570e99b678f5aca68ce9533e2891ea9906 /lib/class/random.class.php
parent923aa7f3e8edabf9d64783e960d5e0870fe4f6b0 (diff)
downloadampache-a55320408343d06c4f46311993486230da8d503f.tar.gz
ampache-a55320408343d06c4f46311993486230da8d503f.tar.bz2
ampache-a55320408343d06c4f46311993486230da8d503f.zip
Actually fix Random
Test first, then push would be better, but I'm not that smart.
Diffstat (limited to 'lib/class/random.class.php')
-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 104432ff..e3141fcf 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() { }
+ public function get_transcode_settings($target) { }
public function has_flag() { }
public function format() { }