mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05:00
movie :: primaryTitle => originalName
This commit is contained in:
parent
e0161028c7
commit
060a6f4f82
@ -214,7 +214,7 @@ public class MediaBindingBean {
|
||||
@Define("primaryTitle")
|
||||
public String getPrimaryTitle() throws Exception {
|
||||
if (infoObject instanceof Movie) {
|
||||
return WebServices.TheMovieDB.getMovieInfo(getMovie(), Locale.ENGLISH, false).getName();
|
||||
return WebServices.TheMovieDB.getMovieInfo(getMovie(), Locale.ENGLISH, false).getOriginalName();
|
||||
}
|
||||
|
||||
if (infoObject instanceof Episode) {
|
||||
|
Loading…
Reference in New Issue
Block a user