Skip to content

[BUGFIX] Hide OFFICIAL OST label on Freeplay random capsule#7548

Open
VICK-sys wants to merge 1 commit into
FunkinCrew:developfrom
VICK-sys:fix/freeplay-random-capsule-ost-label
Open

[BUGFIX] Hide OFFICIAL OST label on Freeplay random capsule#7548
VICK-sys wants to merge 1 commit into
FunkinCrew:developfrom
VICK-sys:fix/freeplay-random-capsule-ost-label

Conversation

@VICK-sys
Copy link
Copy Markdown

@VICK-sys VICK-sys commented May 8, 2026

Linked Issues

Fixes #7338

Description

AlbumRoll.getOSTNameOverride() returned Constants.DEFAULT_OST_NAME for any albumId == null, so the random capsule's OST label stayed at "OFFICIAL OST" even though its album image and title were hidden. Per @NotHyper-474's #7338 (comment), the null branch should fall through to return null; FreeplayState.updateOSTName already coalesces a null return to an empty string.

The class is @:nullSafety, so a straight removal of albumId == null || doesn't compile (contains rejects Null). Inverted the predicate to albumId != null && … for the same end-effect.

Screenshots/Videos

Demo.Video.mp4

@github-actions github-actions Bot added size: tiny A tiny pull request with 4 or fewer changes. status: pending triage Awaiting review. pr: haxe PR modifies game code. labels May 8, 2026
@NotHyper-474 NotHyper-474 added type: minor bug Involves a minor bug or issue. topic: freeplay Related to the operation of the Freeplay menu. labels May 8, 2026
@Hundrec Hundrec linked an issue May 9, 2026 that may be closed by this pull request
4 tasks
@Hundrec Hundrec changed the title fix: Hide OFFICIAL OST label on Freeplay random capsule [BUGFIX] Hide OFFICIAL OST label on Freeplay random capsule May 9, 2026
@ADA-Funni
Copy link
Copy Markdown
Contributor

1 line banger 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: tiny A tiny pull request with 4 or fewer changes. status: pending triage Awaiting review. topic: freeplay Related to the operation of the Freeplay menu. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

Bug Report: Hide OFFICIAL OST text when Random capsule is selected in Freeplay

3 participants