Code review comment for lp:~axlrose112/midori/webmedia-now-playing

Revision history for this message
Cris Dywan (kalikiana) wrote :

8 + Midori.Browser page { get; set; }

This isn't a good use of a global property. You should avoid storing "the" browser whenever you can as there can be many of them.

Rather use the "object" in youtube_validation which is in fact the browser you want.

review: Needs Fixing

« Back to merge proposal