Merge pull request #818 from Robbt/sort-by-play-date
Smartblock sort tracks by last play date
This commit is contained in:
commit
eb122f52fb
2 changed files with 11 additions and 11 deletions
|
@ -171,7 +171,9 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
|||
$this->sortOptions = array(
|
||||
"random" => _("Randomly"),
|
||||
"newest" => _("Newest"),
|
||||
"oldest" => _("Oldest")
|
||||
"oldest" => _("Oldest"),
|
||||
"mostrecentplay" => ("Most recently played"),
|
||||
"leastrecentplay" => ("Least recently played")
|
||||
);
|
||||
}
|
||||
return $this->sortOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue