Retrieve the current feed title from App.js

I want to include the current feed title in the window title. App.js sets the title, and even includes the unread article count. How do I retrieve the feed title in the updateTitle function?

tt-rss/Feeds.js at master - tt-rss - Tiny Tiny RSS here’s an example.

Just what I needed. Many thanks!