diff options
Diffstat (limited to 'lib/class/song.class.php')
-rw-r--r-- | lib/class/song.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 0ad9af68..8a9a6637 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -888,9 +888,9 @@ class Song { // Find the target for this transcode $conf_type = 'transcode_' . $this->type . '_target'; + $stream_cmd = 'transcode_cmd_' . $this->type; $this->format_type(Config::get($conf_type)); - $stream_cmd = 'transcode_cmd_' . $this->type; if (Config::get($stream_cmd)) { return $stream_cmd; } |