diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-31 15:04:41 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-31 15:04:41 -0500 |
commit | a55320408343d06c4f46311993486230da8d503f (patch) | |
tree | 3f5484570e99b678f5aca68ce9533e2891ea9906 | |
parent | 923aa7f3e8edabf9d64783e960d5e0870fe4f6b0 (diff) | |
download | ampache-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.
-rw-r--r-- | lib/class/random.class.php | 2 |
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() { } |