Playlist duration times?

Anyone know if there’s a particular reason that PlaylistEntry.dur is a unit16_t for storing a 1/10th second time? This only allows the duration of a given preset in a playlist be at most 6500ish seconds, or just under 2 hours.

I was going to try and change it to a uint32_t, but was curious if there was a reason for the small value.

good question. a lot of code has evolved over time, the initial playlist intent may have been a much different one.
the reason to not use 32bit is to conserve flash and/or ram.