mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Refactor
This commit is contained in:
parent
b8c9c777c9
commit
cd733698a5
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user