X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fsupported%2FBasicSupport.java;h=ff9ecaf9be3cc80666d964ee48da375d1307bae6;hb=HEAD;hp=bcfcca1bdbb16cfd3bd8849e8fdb2bfb55a22de0;hpb=8a32bb943d4173511aec62aa87462abbf93cdcc9;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/supported/BasicSupport.java b/src/be/nikiroo/fanfix/supported/BasicSupport.java index bcfcca1..ff9ecaf 100644 --- a/src/be/nikiroo/fanfix/supported/BasicSupport.java +++ b/src/be/nikiroo/fanfix/supported/BasicSupport.java @@ -276,8 +276,10 @@ public abstract class BasicSupport { MetaData meta = getMeta(); meta.setType(getType().toString()); meta.setSource(getType().getSourceName()); - meta.setPublisher(getType().getSourceName()); - + if (meta.getPublisher() == null) { + meta.setPublisher(getType().getSourceName()); + } + if (meta.getCreationDate() == null || meta.getCreationDate().trim().isEmpty()) { meta.setCreationDate(bsHelper