fix(legacy): remove file directory metadata (#1887)
This commit is contained in:
parent
ed026660ef
commit
8d2b340017
|
@ -49,7 +49,6 @@ class Application_Model_StoredFile
|
|||
'ftype' => 'DbFtype',
|
||||
'language' => 'DbLanguage',
|
||||
'replay_gain' => 'DbReplayGain',
|
||||
'directory' => 'DbDirectory',
|
||||
'owner_id' => 'DbOwnerId',
|
||||
'cuein' => 'DbCueIn',
|
||||
'cueout' => 'DbCueOut',
|
||||
|
@ -1122,11 +1121,6 @@ SQL;
|
|||
return $rows;
|
||||
}
|
||||
|
||||
public function getDirectory()
|
||||
{
|
||||
return $this->_file->getDbDirectory();
|
||||
}
|
||||
|
||||
public function setFileExistsFlag($flag)
|
||||
{
|
||||
$this->_file->setDbFileExists($flag)
|
||||
|
|
Loading…
Reference in New Issue