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:
parent
928c891a21
commit
a8029ce0f8
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user