Skip to content

Commit

Permalink
CBF fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Feb 24, 2025
1 parent 0b76199 commit 3bab3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/Sync/Task/CheckMediaTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private function processExistingMediaRows(
$fileInfo = $musicFiles[$pathHash];
$mtime = $fileInfo[StorageAttributes::ATTRIBUTE_LAST_MODIFIED] ?? 0;
$mediaProcessedAt = Types::int($mediaRow['mtime']);

if ($mtime > $mediaProcessedAt) {
$message = new ReprocessMediaMessage();
$message->storage_location_id = $storageLocation->getIdRequired();
Expand Down

0 comments on commit 3bab3a4

Please sign in to comment.