That worked, thanks!Hmm, you could try the following console command:
hero.known_talk_subjects.append("tv")
You may need to remove it from the non-active subjects too:
game.talk_subjects.remove("tv")
Don't know if this will break anything further...