Skip to content

Commit

Permalink
Fix(ClassifierJob)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 15, 2023
1 parent 462c0aa commit 31caaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJobs/ClassifierJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function anyOtherClassifierJobsRunning() {
ClassifyMovinetJob::class,
ClassifyMusicnnJob::class,
] as $jobClass) {
if ($jobClass === self::class) {
if ($jobClass === static::class) {
continue;
} else {
if ($this->jobList->hasReservedJob($jobClass)) {
Expand Down

0 comments on commit 31caaa6

Please sign in to comment.