fix(legacy): remove file directory metadata (#1887)

This commit is contained in:
Jonas L 2022-06-17 16:02:13 +02:00 committed by GitHub
parent ed026660ef
commit 8d2b340017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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)