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',
|
'ftype' => 'DbFtype',
|
||||||
'language' => 'DbLanguage',
|
'language' => 'DbLanguage',
|
||||||
'replay_gain' => 'DbReplayGain',
|
'replay_gain' => 'DbReplayGain',
|
||||||
'directory' => 'DbDirectory',
|
|
||||||
'owner_id' => 'DbOwnerId',
|
'owner_id' => 'DbOwnerId',
|
||||||
'cuein' => 'DbCueIn',
|
'cuein' => 'DbCueIn',
|
||||||
'cueout' => 'DbCueOut',
|
'cueout' => 'DbCueOut',
|
||||||
|
@ -1122,11 +1121,6 @@ SQL;
|
||||||
return $rows;
|
return $rows;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDirectory()
|
|
||||||
{
|
|
||||||
return $this->_file->getDbDirectory();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setFileExistsFlag($flag)
|
public function setFileExistsFlag($flag)
|
||||||
{
|
{
|
||||||
$this->_file->setDbFileExists($flag)
|
$this->_file->setDbFileExists($flag)
|
||||||
|
|
Loading…
Reference in New Issue