Remove 7 player mode and show your playlists in LBP3

This commit is contained in:
Slendy 2023-08-30 17:48:07 -05:00
commit 2949e83e01
No known key found for this signature in database
GPG key ID: 7288D68361B91428
4 changed files with 41 additions and 6 deletions

View file

@ -102,7 +102,7 @@ public class ActivityController : ControllerBase
predicate = predicate.Or(dto => includedUserIds.Contains(dto.Activity.UserId));
if (!excludeMyPlaylists)
if (!excludeMyPlaylists && !excludeMyself && token.GameVersion == GameVersion.LittleBigPlanet3)
{
List<int> creatorPlaylists = await this.database.Playlists.Where(p => p.CreatorId == token.UserId)
.Select(p => p.PlaylistId)