Skip to content

Commit 5c78c85

Browse files
Merge pull request #1511 from darrell-k/WorksScanOops
Works scan: oops!
2 parents 1713b24 + c1190a8 commit 5c78c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slim/Schema.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3374,7 +3374,7 @@ sub _workRequired {
33743374

33753375
return $prefs->get('worksScan') == SCAN_WORKS_FOR_MY_CLASSICAL_GENRES
33763376
? Slim::Schema::Genre->isMyClassicalGenre($genres)
3377-
: SCAN_WORKS_FOR_MY_CLASSICAL_GENRES;
3377+
: $prefs->get('worksScan');
33783378
}
33793379

33803380
=head1 SEE ALSO

0 commit comments

Comments
 (0)