mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 00:38:52 -05:00
Actors must have a role
This commit is contained in:
parent
c70d441875
commit
560cb67e29
@ -628,7 +628,7 @@ public class TMDbClient implements MovieIdentificationService {
|
||||
}
|
||||
|
||||
public boolean isActor() {
|
||||
return getJob() == null;
|
||||
return fields.containsKey(PersonProperty.character);
|
||||
}
|
||||
|
||||
public boolean isDirector() {
|
||||
|
Loading…
Reference in New Issue
Block a user