1
0
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:
Reinhard Pointner 2016-04-12 18:31:22 +00:00
parent c70d441875
commit 560cb67e29

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() {