mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
ajax loading thingy added to css, fixed random methods on rightbar and added a default sort to the browse methods
This commit is contained in:
parent
9030c16466
commit
705fba8f49
10 changed files with 76 additions and 14 deletions
|
@ -98,7 +98,7 @@ class Random {
|
|||
}
|
||||
|
||||
if (Config::get('require_session')) {
|
||||
$session_string = '&sid=' . session_id();
|
||||
$session_string = '&sid=' . Stream::get_session();
|
||||
}
|
||||
|
||||
$web_path = Config::get('web_path');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue