CC-2562 : Allow users to convert linked files into watched directories
This commit is contained in:
parent
35f76bf844
commit
674509880f
1 changed files with 2 additions and 2 deletions
|
@ -638,9 +638,9 @@ class Airtime190Upgrade{
|
||||||
->filterByDbDirectory(NULL)
|
->filterByDbDirectory(NULL)
|
||||||
->find();
|
->find();
|
||||||
|
|
||||||
//Check to see if the file still exists. (Could have still some entries
|
//Check to see if the file still exists. (Could have still some entries under the stor dir or linked files that don't exist)
|
||||||
foreach($db_files as $db_file) {
|
foreach($db_files as $db_file) {
|
||||||
echo $db_file->DbTrackTitle();
|
echo $db_file->getDbTrackTitle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue