Skip to content

Commit

Permalink
fix(rules): Fixed an issue where 'Plex - Present in amount of other c…
Browse files Browse the repository at this point in the history
…ollections' wouldn't work as expected
  • Loading branch information
jorenn92 committed Jan 5, 2024
1 parent ef95481 commit 1c4accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modules/rules/getter/plex-getter.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class PlexGetterService {
.toLowerCase()
.trim(),
).length
: null;
: 0;
}
case 'playlists': {
if (libItem.type !== 'episode' && libItem.type !== 'movie') {
Expand Down

0 comments on commit 1c4accd

Please sign in to comment.