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