1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00
This commit is contained in:
Reinhard Pointner 2016-05-09 14:56:09 +08:00
parent b8c9c777c9
commit cd733698a5

View File

@ -198,7 +198,7 @@ public class MediaBindingBean {
} }
@Define("airdate") @Define("airdate")
public SimpleDate airdate() { public SimpleDate getAirdate() {
return getEpisode().getAirdate(); return getEpisode().getAirdate();
} }
@ -215,7 +215,7 @@ public class MediaBindingBean {
} }
@Define("startdate") @Define("startdate")
public SimpleDate startdate() { public SimpleDate getStartDate() {
return getEpisode().getSeriesInfo().getStartDate(); return getEpisode().getSeriesInfo().getStartDate();
} }