mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-10-04 07:09:58 +00:00
Remove 7 player mode and show your playlists in LBP3
This commit is contained in:
parent
8d034db465
commit
2949e83e01
4 changed files with 41 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue