1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04: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")
public String getOfficialTitle() throws Exception {
public String getPrimaryTitle() throws Exception {
if (getSeriesObject() instanceof TheTVDBSearchResult) {
return WebServices.TheTVDB.getSeriesInfo((TheTVDBSearchResult) getSeriesObject(), Locale.ENGLISH).getName();
}