This commit is contained in:
Reinhard Pointner 2016-05-09 14:56:09 +08:00
parent b8c9c777c9
commit cd733698a5
1 changed files with 2 additions and 2 deletions

View File

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