diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-30 02:05:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-30 02:05:31 +0000 |
commit | 5975361e038e17e5f91fd69da4f5df2d3e5af259 (patch) | |
tree | 10e4d84643d01a6e04ecab6eb6e368d750fd35ad /templates/list_header.inc.php | |
parent | 318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240 (diff) | |
download | ampache-5975361e038e17e5f91fd69da4f5df2d3e5af259.tar.gz ampache-5975361e038e17e5f91fd69da4f5df2d3e5af259.tar.bz2 ampache-5975361e038e17e5f91fd69da4f5df2d3e5af259.zip |
fixed an issue with downsample remote where it required access_control to be on, and also would downsample those inside the local network definition rather then those outside
Diffstat (limited to 'templates/list_header.inc.php')
-rw-r--r-- | templates/list_header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php index c465a6b0..551c37bc 100644 --- a/templates/list_header.inc.php +++ b/templates/list_header.inc.php @@ -34,7 +34,7 @@ $uid = Config::get('list_header_uid'); $sides = 5; // ++ the uid -Config::set('list_header_uid',$uid+1); +Config::set('list_header_uid',$uid+1,1); // Next $next_offset = $start + $limit; |