CC-84: Smart Playlists

- Length calculation for dynamic blocks and playlist that contains
dynamic blocks
This commit is contained in:
James 2012-07-31 17:46:37 -04:00
parent 1b0cd6b01b
commit 9d51222dae
6 changed files with 78 additions and 10 deletions

View file

@ -16,6 +16,9 @@ class LengthFormatter {
}
public function format() {
if ($this->_length == "N/A" || $this->_length == "") {
return "N/A";
}
$pieces = explode(":", $this->_length);