Skip to content

Commit

Permalink
Do not extend last cinema plays on default
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Feb 4, 2025
1 parent cf50d46 commit 903c31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Dashboard/Dto/DashboardRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static function createLastPlays(bool $isVisible = true, bool $isExtended
return self::create(0, 'Last Plays', $isVisible, $isExtended);
}

public static function createLastPlaysCinema(bool $isVisible = true, bool $isExtended = true) : self
public static function createLastPlaysCinema(bool $isVisible = true, bool $isExtended = false) : self
{
return self::create(11, 'Last Plays Cinema', $isVisible, $isExtended);
}
Expand Down

0 comments on commit 903c31c

Please sign in to comment.