1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-16 06:15:02 -05:00

* should be the primary title

This commit is contained in:
Reinhard Pointner 2013-08-31 08:04:54 +00:00
parent 928c891a21
commit a8029ce0f8

View File

@ -203,7 +203,7 @@ public class MediaBindingBean {
@Define("primaryTitle") @Define("primaryTitle")
public String getOfficialTitle() throws Exception { public String getPrimaryTitle() throws Exception {
if (getSeriesObject() instanceof TheTVDBSearchResult) { if (getSeriesObject() instanceof TheTVDBSearchResult) {
return WebServices.TheTVDB.getSeriesInfo((TheTVDBSearchResult) getSeriesObject(), Locale.ENGLISH).getName(); return WebServices.TheTVDB.getSeriesInfo((TheTVDBSearchResult) getSeriesObject(), Locale.ENGLISH).getName();
} }