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