a web-based Rock Band 4 stats viewer and achievement tracker website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lol copy paste error

+2 -2
+2 -2
Pages/Achievements.razor
··· 119 119 </li> 120 120 } 121 121 } 122 - @for (int i = 0; i < profile.mAchPersistentData.mSongList.mRB4MasterSongs.Length && i < 30; i++) 122 + @for (int i = 0; i < profile.mAchPersistentData.mSongList.mRB4MasterSongs.Length && i < 65; i++) 123 123 { 124 124 <li> 125 125 <i class="bi bi-check-circle-fill text-success"></i> ··· 151 151 </li> 152 152 } 153 153 } 154 - @for (int i = 0; i < profile.mAchPersistentData.mSongList.mRB4ImmortalSongs.Length && i < 30; i++) 154 + @for (int i = 0; i < profile.mAchPersistentData.mSongList.mRB4ImmortalSongs.Length && i < 65; i++) 155 155 { 156 156 <li> 157 157 <i class="bi bi-check-circle-fill text-success"></i>