Hey kids, I posted this in the bug report section but in case anybody missed it...

check your index.tpl file and look for

Code:
{if $recent_total gt 0}
I think it should be

Code:
{if $recent_total gt "0"}
After I put the quotes around the 0, the page that had videos going straight to featured right after being uploaded quit doing it after I made this change. I think the quotes matter since every "if" statement on the page has the quotes around the 0 and this is the only one that doesn't.

It comes with the "youtube fix" patch and fresh install.