feat: configure cue points analysis per track type

This commit is contained in:
jo 2023-02-10 22:55:54 +01:00 committed by Kyle Robbertze
parent 3a9ca109c3
commit f5e46c6f3d
22 changed files with 246 additions and 42 deletions

View file

@ -170,9 +170,10 @@ class CcFiles extends BaseCcFiles
Application_Service_MediaService::importFileToLibrary(
$file->getPrimaryKey(),
$filePath,
$originalFilename,
self::getOwnerId(),
$file->getDbTrackTypeId(),
$originalFilename,
$filePath,
$copyFile
);