Add Recently Played and Most Played per Profile as sorts
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ void Banner::LoadFromSortOrder( SortOrder so )
|
||||
}
|
||||
else
|
||||
{
|
||||
if( so != SORT_GROUP && so != SORT_RECENT )
|
||||
if( so != SORT_GROUP && so != SORT_RECENT && so != SORT_RECENT_P1 && so != SORT_RECENT_P2 )
|
||||
Load( THEME->GetPathG("Banner",ssprintf("%s",SortOrderToString(so).c_str())) );
|
||||
}
|
||||
m_bScrolling = (bool)SCROLL_SORT_ORDER;
|
||||
|
||||
Reference in New Issue
Block a user