Add db, sync movies command

This commit is contained in:
thibaud-leclere
2026-01-14 00:54:49 +01:00
parent e5d5fe4343
commit 5c35aff23b
11 changed files with 264 additions and 32 deletions

View File

@@ -36,4 +36,9 @@ class LtbxdMovie
{
return $this->ltbxdUri;
}
public function getLtbxdRef(): string
{
return basename($this->ltbxdUri);
}
}