track type default
This commit is contained in:
parent
f87dc5cbbc
commit
5ef67836cf
7 changed files with 93 additions and 64 deletions
|
@ -442,7 +442,7 @@ class FileDataHelper {
|
|||
$tt = $_COOKIE['tt_upload'];
|
||||
} else {
|
||||
// Use default track type
|
||||
$tt = "MUS";
|
||||
$tt = Application_Model_Preference::GetTrackTypeDefault();
|
||||
}
|
||||
return $tt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue