trying different things for autoplaylist

This commit is contained in:
Robbt 2019-01-21 11:06:04 -05:00
parent f9a5da2ba3
commit 8de94a670f
4 changed files with 16 additions and 3 deletions

View file

@ -1644,7 +1644,6 @@ SQL;
// construct limit restriction
$limits = array();
if (isset($storedCrit['limit'])) {
if ($storedCrit['limit']['modifier'] == "items") {
$limits['time'] = 1440 * 60;