Old updates

This commit is contained in:
Deon George
2019-11-08 21:43:36 +11:00
parent cfc9bf5d9a
commit c723807b3f
8 changed files with 119 additions and 222 deletions

View File

@@ -102,8 +102,11 @@ class VideoMove extends Command
}
else
{
if ($x > 0)
if ($x > 0) {
$this->warn(sprintf('Unable to move (%s) [%s] to [%s], moveable returned (%s)',$o->id,$o->file_path(),$o->file_path(FALSE,TRUE),$x));
if ($x == 1 AND $v = Video::where('filename',$o->file_path(TRUE,TRUE))->first())
$this->warn(sprintf('File is id (%s) [%s]',$v->file_path(),$v->id));
}
}
}