domStorage only saves initial state for video and audio
Created by: davemevans
domstorage has a if (video) { VIDEO_KEY } else { AUDIO_KEY }. fragmentedText lookups therefore use the audio key. This is incorrect.
Additionally, media controller only has default initial settings for video and audio.
I'm not sure what, if any, affect these have but I noticed then when looking for something else.