Episode Seek Event
data class EpisodeSeekEvent(val offset: Int, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent(source)
this is used by the player to load the next or prev episode
this is used by the player to load the next or prev episode