Skip to content

Commit 31caaa6

Browse files
committed
Fix(ClassifierJob)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 462c0aa commit 31caaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BackgroundJobs/ClassifierJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private function anyOtherClassifierJobsRunning() {
122122
ClassifyMovinetJob::class,
123123
ClassifyMusicnnJob::class,
124124
] as $jobClass) {
125-
if ($jobClass === self::class) {
125+
if ($jobClass === static::class) {
126126
continue;
127127
} else {
128128
if ($this->jobList->hasReservedJob($jobClass)) {

0 commit comments

Comments
 (0)