xbmc.getInfoLabel(“VideoPlayer.Year”) returns season year

Hi,

I`ve noticed that xbmc.getInfoLabel(“VideoPlayer.Year”) started to return season year for Tv-show instead of the year of release.

I think that it is a bug, cause release year is much usable data than season year.
If we wanna aired date, users should use xbmc.getInfoLabel(“VideoPlayer.Premiered”).

WDYT?