Actors must have a role

This commit is contained in:
Reinhard Pointner 2016-04-12 18:31:22 +00:00
parent c70d441875
commit 560cb67e29
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ public class TMDbClient implements MovieIdentificationService {
}
public boolean isActor() {
return getJob() == null;
return fields.containsKey(PersonProperty.character);
}
public boolean isDirector() {